From 58f99cfbacb11b0363b310f433bfaf9be5098c62 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 25 Sep 2011 16:59:56 +0200 Subject: [PATCH] Define packagekitgui virtual requirement as kpackagekit or gnome-packagekit according to platform --- Makefile.defs | 2 ++ platforms/livecd-gnome-root/Makefile.defs | 1 + platforms/livecd-light-root/Makefile.defs | 1 + 3 files changed, 4 insertions(+) diff --git a/Makefile.defs b/Makefile.defs index bb2b263..439e6dd 100644 --- a/Makefile.defs +++ b/Makefile.defs @@ -108,6 +108,8 @@ openofficei18n = OpenOffice-i18n-$(LANGUAGE) # vpn networkmanagervpnplugin = NetworkManager-vpnc NetworkManager-pptp +packagekitgui = kpackagekit + ifdef PLATFORM include $(TARGETSDIR)/$(TARGET)/platforms/$(PLATFORM)/Makefile.defs endif diff --git a/platforms/livecd-gnome-root/Makefile.defs b/platforms/livecd-gnome-root/Makefile.defs index e69de29..d6baaba 100644 --- a/platforms/livecd-gnome-root/Makefile.defs +++ b/platforms/livecd-gnome-root/Makefile.defs @@ -0,0 +1 @@ +packagekitgui = gnome-packagekit diff --git a/platforms/livecd-light-root/Makefile.defs b/platforms/livecd-light-root/Makefile.defs index e69de29..d6baaba 100644 --- a/platforms/livecd-light-root/Makefile.defs +++ b/platforms/livecd-light-root/Makefile.defs @@ -0,0 +1 @@ +packagekitgui = gnome-packagekit