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
This commit is contained in:
Tor Lillqvist
2016-08-03 21:17:34 +03:00
parent d14977d33b
commit e782dc3044

View File

@@ -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, \