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:
@@ -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, \
|
||||
|
Reference in New Issue
Block a user