openobex: depend on libudev-devel to infer correct udevdir.
This commit is contained in:
parent
de09fb0817
commit
739668d598
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'openobex'
|
||||
pkgname=openobex
|
||||
version=1.7.1
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="${pkgname}-${version}-Source"
|
||||
build_style=cmake
|
||||
configure_args="-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib -DCMAKE_INSTALL_SBINDIR=/usr/bin"
|
||||
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"
|
||||
short_desc="OBEX protocol implementation"
|
||||
homepage="http://dev.zuckschwerdt.org/openobex/"
|
||||
|
|
Loading…
Reference in New Issue