diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-08-03 21:19:56 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-08-03 21:33:52 +0300 |
commit | 66a117c8473cfa8181e139e406470428edffd32c (patch) | |
tree | f1c09adac5635d75c6d73156122896260341d0b4 /RepositoryExternal.mk | |
parent | e782dc304415e47652eb33be86ce8c28062c3426 (diff) |
ENABLE_OPENGL does not mean whether to enable OpenGL use in general
It refers to only the (old) OpenGL slideshow transition code. So no
reason to have glew conditional on it.
Change-Id: I13bc3e3c25fd7a33e05b39b405af0c85ab6a8e96
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r-- | RepositoryExternal.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index 04546e5936e3..c880d634785b 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -183,7 +183,6 @@ endef endif # SYSTEM_CPPUNIT -ifneq ($(ENABLE_OPENGL)$(if $(filter ANDROID,$(OS)),TRUE),) ifneq ($(SYSTEM_GLEW),) define gb_LinkTarget__use_glew @@ -229,7 +228,6 @@ $(call gb_ExternalProject_use_external_project,$(1),glew) endef endif # SYSTEM_GLEW -endif # ENABLE_OPENGL ifneq ($(SYSTEM_GLYPHY),) |