summaryrefslogtreecommitdiffstats
path: root/vcl/Library_vclopengl.mk
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-05-07 03:45:41 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-05-07 21:23:03 +0200
commita8e66dd657dff28ef7ae9cfbe15ea43e4c08aefd (patch)
tree1746b15cf28cb838f0f31ab686963c6b759e39f9 /vcl/Library_vclopengl.mk
parentfix the OpenGL offscreen rendering a bit (diff)
downloadcore-a8e66dd657dff28ef7ae9cfbe15ea43e4c08aefd.tar.gz
core-a8e66dd657dff28ef7ae9cfbe15ea43e4c08aefd.zip
add new window that contains OpenGL context
Change-Id: I81ce3581942d03785809d728b6b54b570899bcdc
Diffstat (limited to 'vcl/Library_vclopengl.mk')
-rw-r--r--vcl/Library_vclopengl.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/Library_vclopengl.mk b/vcl/Library_vclopengl.mk
index 84310bb84811..11b46e576d71 100644
--- a/vcl/Library_vclopengl.mk
+++ b/vcl/Library_vclopengl.mk
@@ -40,6 +40,7 @@ $(eval $(call gb_Library_use_libraries,vclopengl,\
$(eval $(call gb_Library_add_exception_objects,vclopengl,\
vcl/source/opengl/OpenGLContext \
vcl/source/opengl/OpenGLHelper \
+ vcl/source/window/openglwin \
))
ifeq ($(strip $(OS)),WNT)