diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-08-03 22:12:29 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-08-03 22:36:36 +0300 |
commit | e13aead8a19c65144fc254f9e3a694584ab1777c (patch) | |
tree | 10d67af40a0ee8dd5784b975fb30dca58a40e09d /scp2 | |
parent | 1520d30268e1eebabbdf18b9a31bc783ab51d03c (diff) |
Reduce ENABLE_OPENGL / ENABLE_HEADLESS confusion
ENABLE_OPENGL means whether to enable the OpenGL slideshow transition
code. It does not mean whether to enable use of OpenGL in general. So
rename it to ENABLE_OPENGL_TRANSITIONS while at it.
ENABLE_HEADLESS means whether to disable use of X11 and OpenGL on X11
(and Wayland) platforms, I think, meaning Linux and maybe Solaris and
the BSDs. Maybe it should be renamed to DISABLE_X11_AND_OPENGL.
Change-Id: Ibb30f51646b1bcc477fe691a3fa38c7a1e3944ae
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/InstallModule_impress.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/InstallModule_impress.mk b/scp2/InstallModule_impress.mk index c8d04a49dc9b..fc097b5e13eb 100644 --- a/scp2/InstallModule_impress.mk +++ b/scp2/InstallModule_impress.mk @@ -28,7 +28,7 @@ $(eval $(call gb_InstallModule_add_scpfiles,scp2/impress,\ )) $(eval $(call gb_InstallModule_add_scpfiles,scp2/impress,\ - $(if $(filter TRUE,$(ENABLE_OPENGL)),\ + $(if $(filter TRUE,$(ENABLE_OPENGL_TRANSITIONS)),\ scp2/source/impress/module_ogltrans \ ) \ )) |