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:
Marcin Juszkiewicz
2008-04-22 00:25:47 +00:00
parent a7acabe996
commit 82ad25c90a

View File

@@ -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"