mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 13:49:49 +00:00
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
DESCRIPTION = "Startup notification support"
|
||||
LICENSE = "LGPL"
|
||||
SECTION = "libs"
|
||||
PRIORITY = "optional"
|
||||
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
|
||||
DEPENDS = "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
|
||||
}
|
||||
Reference in New Issue
Block a user