geoclue: add libsoup{,-devel} dependency. Revision bump.
This commit is contained in:
parent
3b76fe6d4f
commit
4e5aa2aa69
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'geoclue'
|
||||
pkgname=geoclue
|
||||
version=0.12.0
|
||||
revision=1
|
||||
distfiles="http://launchpad.net/geoclue/trunk/0.12/+download/geoclue-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
configure_args="--enable-networkmanager=no --enable-conic=no"
|
||||
|
@ -19,6 +20,7 @@ Add_dependency run dbus-libs
|
|||
Add_dependency run dbus-glib
|
||||
Add_dependency run libxml2
|
||||
Add_dependency run GConf
|
||||
Add_dependency run libsoup
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
|
@ -26,6 +28,7 @@ Add_dependency build dbus-glib-devel
|
|||
Add_dependency build libxml2-devel
|
||||
Add_dependency build GConf-devel
|
||||
Add_dependency build libxslt
|
||||
Add_dependency build libsoup-devel
|
||||
|
||||
pre_build()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue