blob: 840814b3f3ee0fe7b8e64fff40fd00116e5ecc63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
DESCRIPTION = "Startup notification support"
HOMEPAGE = "http://www.freedesktop.org/wiki/software/startup-notification/"
SECTION = "libs"
PRIORITY = "optional"
# most files are under MIT, but libsn/sn-utils.c is under LGPL, the
# effective license is LGPL
LICENSE = "LGPLv2+"
DEPENDS = "virtual/libx11 libsm"
inherit autotools pkgconfig
SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/${PN}-${PV}.tar.gz"
do_configure_prepend () {
export X_LIBS=" -L${STAGING_LIBDIR}"
}
|