Kaydet (Commit) aea15180 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

We don't sniff glu

Change-Id: I4d293bb74c9dcb4f9a7ebd4946476cf06ef783d9
üst 31b0eb64
......@@ -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
......
......@@ -60,7 +60,6 @@ ifeq ($(strip $(OS)),WNT)
$(eval $(call gb_Library_use_system_win32_libs,chartopengl,\
opengl32 \
gdi32 \
glu32 \
))
else ifeq ($(OS),MACOSX)
$(eval $(call gb_Library_use_system_darwin_frameworks,chartopengl,\
......@@ -70,7 +69,6 @@ else ifeq ($(OS),LINUX)
$(eval $(call gb_Library_add_libs,chartopengl,\
-ldl \
-lGL \
-lGLU \
-lX11 \
))
endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment