Upgrade startup-notification to 0.9

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2613 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2007-08-31 14:55:06 +00:00
parent 6e81ae564c
commit 7d53ee2e17
1 changed files with 1 additions and 2 deletions

View File

@ -3,11 +3,10 @@ LICENSE = "LGPL"
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "virtual/libx11 libsm"
PR = "r1"
inherit autotools pkgconfig
SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.8.tar.gz"
SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/${PN}-${PV}.tar.gz"
do_configure_prepend () {
export X_LIBS=" -L${STAGING_LIBDIR}"