Merge branch 'vuplus-1.6k' of code.vuplus.com:/opt/repository/openembedded into vuplu...
[vuplus_openembedded] / recipes / startup-notification / startup-notification_0.5.bb
1 DESCRIPTION = "Startup notification support"
2 LICENSE = "LGPL"
3 SECTION = "libs"
4 PRIORITY = "optional"
5 DEPENDS = "virtual/libx11"
6
7 inherit autotools pkgconfig
8
9 SRC_URI = "http://freedesktop.org/Software/startup-notification/releases/startup-notification-${PV}.tar.gz"
10
11 do_stage () {
12         autotools_stage_all
13 }