summaryrefslogtreecommitdiffstats
path: root/meta/packages/startup-notification/startup-notification_0.9.bb
blob: 4dedd10e44b9062e807a424d58b2c1c7882f8813 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "Startup notification support"
LICENSE = "LGPL"
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "virtual/libx11 libsm"

inherit autotools_stage pkgconfig 

SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/${PN}-${PV}.tar.gz"

do_configure_prepend () {
        export X_LIBS=" -L${STAGING_LIBDIR}"
}