From 73c7558779ac13dbb5cefa299ffe8b09df502000 Mon Sep 17 00:00:00 2001 From: cxl Date: Thu, 23 Jan 2020 07:25:32 +0000 Subject: [PATCH] GLCtrl: Now using pkg-config git-svn-id: svn://ultimatepp.org/upp/trunk@13938 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/GLCtrl/GLCtrl.upp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppsrc/GLCtrl/GLCtrl.upp b/uppsrc/GLCtrl/GLCtrl.upp index 18c46e243..32a72496a 100644 --- a/uppsrc/GLCtrl/GLCtrl.upp +++ b/uppsrc/GLCtrl/GLCtrl.upp @@ -4,7 +4,7 @@ uses library(WIN32 GCC) "glaux glu32 opengl32"; -library(LINUX | BSD) "GL GLU"; +pkg_config(LINUX | BSD) "gl glu"; file GLCtrl.h,