summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2012-09-11 02:30:09 +0200
committerRene Engelhard <rene@debian.org>2012-09-11 13:42:59 +0200
commitbea6149df2a611a6958ab1d9fa989dd30d525cd7 (patch)
treec12d0a039444d627ff32baee7d4d0d042b1d8397 /RepositoryExternal.mk
parentb6640bdef03e89b720974d72ca42fb88937a70c8 (diff)
default to off for packagekit usage; add --enable-packagekit
Change-Id: Ib644cc3768ced8a1959fb9ea9f7f24e29fce87ad
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 4389a545c608..e7690cf86192 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -1232,6 +1232,12 @@ $(call gb_LinkTarget_add_defs,$(1),\
-DENABLE_DBUS \
)
+ifeq ($(ENABLE_PACKAGEKIT),YES)
+$(call gb_LinkTarget_add_defs,$(1),\
+ -DENABLE_PACKAGEKIT \
+)
+endif # ENABLE_PACKAGEKIT
+
$(call gb_LinkTarget_add_libs,$(1),\
$(DBUS_LIBS) \
)