Kaydet (Commit) a4034d56 authored tarafından Thorsten Behrens's avatar Thorsten Behrens

Package gpgme only for Linux currently

Change-Id: Ie7323c59f0183c8e132127694e9e865de494c7a3
üst aaea953b
...@@ -3412,6 +3412,8 @@ $(call gb_LinkTarget_use_package,$(1),gpgme) ...@@ -3412,6 +3412,8 @@ $(call gb_LinkTarget_use_package,$(1),gpgme)
endef endef
ifeq ($(OS),LINUX)
$(eval $(call gb_Helper_register_packages_for_install,ooo,\ $(eval $(call gb_Helper_register_packages_for_install,ooo,\
gpgme \ gpgme \
libassuan \ libassuan \
...@@ -3420,6 +3422,8 @@ $(eval $(call gb_Helper_register_packages_for_install,ooo,\ ...@@ -3420,6 +3422,8 @@ $(eval $(call gb_Helper_register_packages_for_install,ooo,\
endif endif
endif
ifeq ($(ENABLE_GLTF),TRUE) ifeq ($(ENABLE_GLTF),TRUE)
ifneq ($(SYSTEM_LIBGLTF),TRUE) ifneq ($(SYSTEM_LIBGLTF),TRUE)
......
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