summaryrefslogtreecommitdiffstats
path: root/chart2/Library_chartcore.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-29 08:31:41 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-29 08:31:41 +0300
commitaea15180a8928935d0a27c8cb2ded57b36045f78 (patch)
tree51f0d0273ff2c2574a5a79288e90d22126726cd8 /chart2/Library_chartcore.mk
parentUse OpenGLHelper::GLErrorString() (diff)
downloadcore-aea15180a8928935d0a27c8cb2ded57b36045f78.tar.gz
core-aea15180a8928935d0a27c8cb2ded57b36045f78.zip
We don't sniff glu
Change-Id: I4d293bb74c9dcb4f9a7ebd4946476cf06ef783d9
Diffstat (limited to 'chart2/Library_chartcore.mk')
-rw-r--r--chart2/Library_chartcore.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/chart2/Library_chartcore.mk b/chart2/Library_chartcore.mk
index 63f2ec1c77dc..e4e1fee2c5d6 100644
--- a/chart2/Library_chartcore.mk
+++ b/chart2/Library_chartcore.mk
@@ -255,7 +255,6 @@ ifeq ($(strip $(OS)),WNT)
$(eval $(call gb_Library_use_system_win32_libs,chartcore,\
opengl32 \
gdi32 \
- glu32 \
))
else ifeq ($(OS),MACOSX)
$(eval $(call gb_Library_use_system_darwin_frameworks,chartcore,\
@@ -265,7 +264,6 @@ else ifeq ($(OS),LINUX)
$(eval $(call gb_Library_add_libs,chartcore,\
-ldl \
-lGL \
- -lGLU \
-lX11 \
))
endif