notification-daemon: links to libpthread due to glib-2.32.
This commit is contained in:
parent
b05522fe11
commit
9c852401f1
2 changed files with 3 additions and 0 deletions
|
@ -9,3 +9,4 @@ libgobject-2.0.so.0
|
|||
libglib-2.0.so.0
|
||||
libX11.so.6
|
||||
libc.so.6
|
||||
libpthread.so.0
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'notification-daemon'
|
||||
pkgname=notification-daemon
|
||||
version=0.7.4
|
||||
revision=1
|
||||
distfiles="${GNOME_SITE}/$pkgname/0.7/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
|
@ -17,6 +18,7 @@ conflicts="xfce4-notifyd>=0"
|
|||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
Add_dependency build glib-devel
|
||||
Add_dependency build gtk+3-devel
|
||||
Add_dependency build libcanberra-devel
|
||||
|
||||
|
|
Loading…
Reference in a new issue