openobex: depend on libudev-devel to infer correct udevdir.

This commit is contained in:
Christian Neukirchen 2014-10-07 12:27:46 +02:00
parent de09fb0817
commit 739668d598
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
# Template file for 'openobex' # Template file for 'openobex'
pkgname=openobex pkgname=openobex
version=1.7.1 version=1.7.1
revision=1 revision=2
wrksrc="${pkgname}-${version}-Source" wrksrc="${pkgname}-${version}-Source"
build_style=cmake build_style=cmake
configure_args="-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib -DCMAKE_INSTALL_SBINDIR=/usr/bin" configure_args="-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib -DCMAKE_INSTALL_SBINDIR=/usr/bin"
hostmakedepends="pkg-config cmake libxslt docbook-xsl" hostmakedepends="pkg-config cmake libxslt docbook-xsl"
makedepends="systemd-devel libusb-devel libbluetooth-devel" makedepends="systemd-devel libusb-devel libbluetooth-devel libudev-devel"
replaces="libopenobex>=0" replaces="libopenobex>=0"
short_desc="OBEX protocol implementation" short_desc="OBEX protocol implementation"
homepage="http://dev.zuckschwerdt.org/openobex/" homepage="http://dev.zuckschwerdt.org/openobex/"