obex-data-server: install dbus config, enable gdk-pixbuf.
This commit is contained in:
parent
31a8eb7373
commit
9a9035bae4
|
@ -7,4 +7,4 @@ libpthread.so.0
|
|||
libbluetooth.so.3
|
||||
libopenobex.so.1
|
||||
libc.so.6
|
||||
libMagickWand.so.5
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
# Template file for 'obex-data-server'
|
||||
pkgname=obex-data-server
|
||||
version=0.4.6
|
||||
revision=4
|
||||
distfiles="http://tadas.dailyda.com/software/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
revision=3
|
||||
configure_args="--enable-bip=gdk-pixbuf --enable-system-config"
|
||||
short_desc="D-Bus service providing high-level OBEX functionality"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://wiki.muiline.com/obex-data-server"
|
||||
|
@ -27,4 +28,4 @@ Add_dependency build dbus-devel
|
|||
Add_dependency build dbus-glib-devel
|
||||
Add_dependency build libbluetooth-devel
|
||||
Add_dependency build libopenobex-devel
|
||||
Add_dependency build libmagick-devel
|
||||
Add_dependency build gdk-pixbuf-devel
|
||||
|
|
Loading…
Reference in New Issue