tilebench depend on linreooficekitgtk so need ENABLE_GTK too

Change-Id: I04b787493115de0190615f42248cc82968907e38
This commit is contained in:
Norbert Thiebaud 2014-10-18 15:44:12 -05:00
parent e6fe838778
commit c68642d535
2 changed files with 2 additions and 2 deletions

View file

@ -85,7 +85,7 @@ $(eval $(call gb_Helper_register_executables_for_install,OOO,ooo, \
))
$(eval $(call gb_Helper_register_executables,OOO, \
$(if $(filter LINUX,$(OS)), tilebench) \
$(if $(and $(ENABLE_GTK), $(filter LINUX,$(OS))), tilebench) \
$(call gb_Helper_optional,CRASHREP,crashrep) \
gnome-open-url.bin \
$(if $(filter-out ANDROID IOS MACOSX WNT,$(OS)),oosplash) \

View file

@ -20,11 +20,11 @@ $(eval $(call gb_Module_add_targets,libreofficekit,\
Library_libreofficekitgtk \
Executable_gtktiledviewer \
))
endif # ($(ENABLE_GTK),)
$(eval $(call gb_Module_add_targets,libreofficekit,\
Executable_tilebench \
))
endif # ($(ENABLE_GTK),)
endif # ($(OS),LINUX)