Package gpgme only for Linux currently
Change-Id: Ie7323c59f0183c8e132127694e9e865de494c7a3
This commit is contained in:
parent
aaea953b6e
commit
a4034d5681
1 changed files with 4 additions and 0 deletions
|
@ -3412,6 +3412,8 @@ $(call gb_LinkTarget_use_package,$(1),gpgme)
|
|||
|
||||
endef
|
||||
|
||||
ifeq ($(OS),LINUX)
|
||||
|
||||
$(eval $(call gb_Helper_register_packages_for_install,ooo,\
|
||||
gpgme \
|
||||
libassuan \
|
||||
|
@ -3420,6 +3422,8 @@ $(eval $(call gb_Helper_register_packages_for_install,ooo,\
|
|||
|
||||
endif
|
||||
|
||||
endif
|
||||
|
||||
ifeq ($(ENABLE_GLTF),TRUE)
|
||||
|
||||
ifneq ($(SYSTEM_LIBGLTF),TRUE)
|
||||
|
|
Loading…
Reference in a new issue