Files
Arch-R/packages/multimedia/libva/build
Stephan Raue 2bf00b2854 libva: add autoreconf support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-25 18:05:02 +01:00

23 lines
468 B
Bash
Executable File

#!/bin/sh
. config/options $1
cd $BUILD/$PKG_NAME-*
# apply patches provide with the source package
cat debian/patches/*.patch | patch -p1
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--enable-shared \
--disable-static \
--enable-glx \
--disable-dummy-driver \
--enable-i965-driver \
--with-drivers-path="/usr/lib/va" \
make
$MAKEINSTALL