mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
networkmanager-applet: disable libnotify if we do not depend on it
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4301 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -3,7 +3,7 @@ LICENSE = "GPL"
|
||||
DEPENDS = "networkmanager dbus-glib libglade gconf gnome-keyring"
|
||||
#TODO DEPENDS libnotify
|
||||
RDEPENDS = "networkmanager"
|
||||
PR = "r3"
|
||||
PR = "r4"
|
||||
|
||||
inherit gnome gtk-icon-cache
|
||||
|
||||
@@ -25,4 +25,7 @@ FILES_${PN} += "${datadir}/nm-applet/ \
|
||||
do_install_append () {
|
||||
install -d ${D}${sysconfdir}/X11/Xsession.d/
|
||||
install -m 755 ${WORKDIR}/70NetworkManagerApplet ${D}${sysconfdir}/X11/Xsession.d/
|
||||
}
|
||||
}
|
||||
|
||||
#TODO: remove if libnotify in DEPENDS
|
||||
EXTRA_OECONF += "--without-libnotify"
|
||||
|
||||
Reference in New Issue
Block a user