Kaydet (Commit) 7ffd7c4f authored tarafından Miklos Vajna's avatar Miklos Vajna

Repository.mk: libreofficekitgtk is conditional on ENABLE_GTK3

Change-Id: I97f859e33a510f626787cce335f652dc03546ab6
üst a9cd014a
......@@ -581,7 +581,7 @@ $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
i18nlangtag \
i18nutil \
index_data \
$(if $(and $(ENABLE_GTK), $(filter LINUX,$(OS))), libreofficekitgtk) \
$(if $(and $(ENABLE_GTK3), $(filter LINUX,$(OS))), libreofficekitgtk) \
localedata_en \
localedata_es \
localedata_euro \
......
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