tilebench depend on linreooficekitgtk so need ENABLE_GTK too
Change-Id: I04b787493115de0190615f42248cc82968907e38
This commit is contained in:
parent
e6fe838778
commit
c68642d535
2 changed files with 2 additions and 2 deletions
|
@ -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) \
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue