summaryrefslogtreecommitdiff
path: root/vcl/Library_vclopengl.mk
diff options
context:
space:
mode:
authorZolnai Tamás <tamas.zolnai@collabora.com>2014-03-14 18:51:06 +0100
committerZolnai Tamás <tamas.zolnai@collabora.com>2014-03-14 19:59:22 +0100
commita5d178b424d55f61bb3502bb9cbc7ea96aee2cd7 (patch)
treeaafe2e279b5d467c4c514af40c32b0122e253f95 /vcl/Library_vclopengl.mk
parent04b70c682e2cdc52b144961a83d05fd203de6884 (diff)
Introduce OpenGLContext in vclopengl
Move DummyChart::initOpengl() and DummyChart::initWindow into this class. Change-Id: If3c1bb52cb2819019f0dda626612a164709b17ac
Diffstat (limited to 'vcl/Library_vclopengl.mk')
-rw-r--r--vcl/Library_vclopengl.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/Library_vclopengl.mk b/vcl/Library_vclopengl.mk
index 5c52add5f3aa..f65f89586e44 100644
--- a/vcl/Library_vclopengl.mk
+++ b/vcl/Library_vclopengl.mk
@@ -35,13 +35,14 @@ $(eval $(call gb_Library_use_libraries,vclopengl,\
$(eval $(call gb_Library_add_exception_objects,vclopengl,\
vcl/source/opengl/OpenGLRender \
+ vcl/source/opengl/OpenGLContext \
))
ifeq ($(strip $(OS)),WNT)
$(eval $(call gb_Library_use_system_win32_libs,vclopengl,\
opengl32 \
- gdi32 \
- glu32 \
+ gdi32 \
+ glu32 \
))
else ifeq ($(OS),MACOSX)
$(eval $(call gb_Library_use_system_darwin_frameworks,vclopengl,\