diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-08-03 21:17:34 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-08-03 21:33:52 +0300 |
commit | e782dc304415e47652eb33be86ce8c28062c3426 (patch) | |
tree | a927f7fda3ea295ed0d8a358dd9f1da453b44769 /Repository.mk | |
parent | d14977d33bc3edb6a2c41db4d685d099bfe8d51e (diff) |
ENABLE_OPENGL does not mean whether to enable OpenGL use in general
It refers to only the OpenGL slideshow transitions. So no reason for
avmediaogl to depend on it.
Change-Id: If85ad6bcd077d9e753c259aa8dc6ad5629105136
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Repository.mk b/Repository.mk index 4dcd930c95df..157fdd4031b4 100644 --- a/Repository.mk +++ b/Repository.mk @@ -605,13 +605,11 @@ $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \ ) \ )) -ifeq ($(ENABLE_OPENGL),TRUE) ifeq ($(ENABLE_GLTF),TRUE) $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \ avmediaogl \ )) endif -endif ifeq ($(OS),WNT) $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexbinarytable, \ |