Kaydet (Commit) e9c91107 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

avmediaogl now seems to require ENABLE_GLTF for some reason

Change-Id: Id5b65b944ed06598238f5ab139c52d4de5ca1f84
üst d31a6e77
......@@ -56,10 +56,11 @@ $(eval $(call gb_Module_add_targets,avmedia,\
endif
ifeq ($(ENABLE_OPENGL),TRUE)
ifeq ($(ENABLE_GLTF),TRUE)
$(eval $(call gb_Module_add_targets,avmedia,\
Library_avmediaogl \
))
endif
endif
# vim: set noet sw=4 ts=4:
......@@ -230,7 +230,9 @@ $(eval $(call gb_Rdb_add_components,services,\
wizards/com/sun/star/wizards/table/table \
) \
$(if $(ENABLE_OPENGL), \
$(call gb_Helper_optional,AVMEDIA,avmedia/source/opengl/avmediaogl) \
$(if $(ENABLE_GLTF), \
$(call gb_Helper_optional,AVMEDIA,avmedia/source/opengl/avmediaogl) \
) \
) \
))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment