summaryrefslogtreecommitdiffstats
path: root/recipes/startup-notification/startup-notification_0.5.bb
blob: e0734764722633f75ed6e0ca053bbcccb5eadd6d (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"

inherit autotools pkgconfig

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

do_stage () {
	autotools_stage_all
}