mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
gphoto2: unbreak cross compilation.
This commit is contained in:
parent
1419cd4e92
commit
e67b982a09
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@ pkgname=gphoto2
|
||||||
version=2.5.8
|
version=2.5.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-rpath udevscriptdir=/usr/lib/udev"
|
configure_args="--disable-static --disable-rpath udevscriptdir=/usr/lib/udev
|
||||||
|
POPT_CFLAGS=-I${XBPS_CROSS_BASE}/usr/include POPT_LIBS=-lpopt"
|
||||||
hostmakedepends="automake libtool pkg-config gettext-devel"
|
hostmakedepends="automake libtool pkg-config gettext-devel"
|
||||||
makedepends="libgphoto2-devel libjpeg-turbo-devel readline-devel popt-devel"
|
makedepends="libgphoto2-devel libjpeg-turbo-devel readline-devel popt-devel"
|
||||||
short_desc="Digital camera CLI iinterface to libgphoto2>=2.5.7"
|
short_desc="Digital camera CLI iinterface to libgphoto2>=2.5.7"
|
||||||
|
|
Loading…
Add table
Reference in a new issue