aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/startup-notification/startup-notification_0.8.bb
blob: cb631104e7b4ff41b40250414a6dc6a8d461aa97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
}