startup-notitication: fix pkg-config dep, required to build not run!
Bump revision. --HG-- extra : convert_revision : 0ac65d9021c8da349c70e2a7a291b003441544f6
This commit is contained in:
parent
6a80d1f330
commit
a5df1b1160
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
# Template build file for 'startup-notification'.
|
||||
pkgname=startup-notification
|
||||
version=0.10
|
||||
revision=1
|
||||
distfiles="http://www.freedesktop.org/software/$pkgname/releases/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
short_desc="Library for tracking application startup"
|
||||
|
@ -13,7 +14,7 @@ long_desc="
|
|||
feedback such as a busy cursor, among other features."
|
||||
|
||||
subpackages="devel"
|
||||
Add_dependency full pkg-config
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency full glibc
|
||||
Add_dependency full libSM
|
||||
Add_dependency full libICE
|
||||
|
|
Loading…
Reference in a new issue