Files
poky/meta/packages/startup-notification/startup-notification_0.8.bb
Richard Purdie eef43c9f55 s#libx11#virtual/libx11#
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@913 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-11-21 11:23:29 +00:00

19 lines
391 B
BlitzBasic

DESCRIPTION = "Startup notification support"
LICENSE = "LGPL"
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "virtual/libx11"
PR = "r1"
inherit autotools pkgconfig
SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.8.tar.gz"
do_configure_prepend () {
export X_LIBS=" -L${STAGING_LIBDIR}"
}
do_stage () {
autotools_stage_all
}