v4l-utils: fix for libtool>=2.4.6
This commit is contained in:
parent
b3a7970bfa
commit
07fd8e0b97
1 changed files with 4 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'v4l-utils'
|
||||
pkgname=v4l-utils
|
||||
version=1.8.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--sbindir=/usr/bin --disable-qv4l2 --with-udevdir=/usr/lib/udev"
|
||||
hostmakedepends="libtool pkg-config"
|
||||
makedepends="libjpeg-turbo-devel libsysfs-devel"
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
makedepends="gettext-devel libjpeg-turbo-devel libsysfs-devel"
|
||||
conf_files="/etc/rc_maps.cfg"
|
||||
short_desc="Userspace tools and libraries for Video 4 Linux"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
@ -23,7 +23,7 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
esac
|
||||
|
||||
pre_configure() {
|
||||
libtoolize -f
|
||||
autoreconf -if
|
||||
}
|
||||
|
||||
v4l-utils-devel_package() {
|
||||
|
|
Loading…
Reference in a new issue