summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-02-19 11:59:32 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-02-19 16:34:57 +0000
commitf2984e95740cfbb9c74574f2a1225af3411d4901 (patch)
tree6d664743ceb58ecaa825a357c3fbefa044947719 /RepositoryExternal.mk
parent67b14461bfcf4847b83b17535dde9b3efa2ed762 (diff)
always support packagekit if dbus is enabled
Change-Id: I8eb169d33fcb0217989b180aa0c4c0110875be32 Reviewed-on: https://gerrit.libreoffice.org/22503 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index fd20bfd26dc7..d0ee166edf34 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -2537,12 +2537,6 @@ $(call gb_LinkTarget_set_include,$(1),\
$(DBUS_CFLAGS) \
)
-ifeq ($(ENABLE_PACKAGEKIT),TRUE)
-$(call gb_LinkTarget_add_defs,$(1),\
- -DENABLE_PACKAGEKIT \
-)
-endif # ENABLE_PACKAGEKIT
-
$(call gb_LinkTarget_add_libs,$(1),\
$(DBUS_LIBS) \
)