diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-12-13 11:41:07 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-12-13 21:01:48 +0000 |
commit | 48b561c770699c9730de25ada2934cda36110eba (patch) | |
tree | 7cda7504161a323539ba6ccb4603c00a5e2055ab /slideshow | |
parent | fab6eaa68b1c312a4cdaeb8c79ac1ab9c3aad7aa (diff) |
post glew->epoxy, we don't need to link to win openg32 and mac OpenGL
Change-Id: Iadc373961dcca788b1174ee71cb386979ce064ed
Reviewed-on: https://gerrit.libreoffice.org/31954
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/Library_OGLTrans.mk | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/slideshow/Library_OGLTrans.mk b/slideshow/Library_OGLTrans.mk index fb04596cb7ba..c7908b666863 100644 --- a/slideshow/Library_OGLTrans.mk +++ b/slideshow/Library_OGLTrans.mk @@ -40,24 +40,6 @@ $(eval $(call gb_Library_use_externals,OGLTrans,\ $(eval $(call gb_Library_set_componentfile,OGLTrans,slideshow/source/engine/opengl/ogltrans)) -ifeq ($(strip $(OS)),MACOSX) - -$(eval $(call gb_Library_use_system_darwin_frameworks,OGLTrans,\ - Cocoa \ - GLUT \ - OpenGL \ -)) - -else ifeq ($(strip $(OS)),WNT) - -$(eval $(call gb_Library_use_system_win32_libs,OGLTrans,\ - gdi32 \ - glu32 \ - opengl32 \ -)) - -endif - $(eval $(call gb_Library_add_exception_objects,OGLTrans,\ slideshow/source/engine/opengl/TransitionerImpl \ slideshow/source/engine/opengl/TransitionImpl \ |