Skip to content

Commit

Permalink
libva-intel-driver: Update to v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lundmar committed Jun 7, 2016
1 parent 5d8ded6 commit 1c414a7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions libva-intel-driver/Buildfile
Expand Up @@ -2,18 +2,21 @@
# URL: http://freedesktop.org/wiki/Software/vaapi

name=libva-intel-driver
version=1.6.0
version=1.7.0
release=1
source=(http://www.freedesktop.org/software/vaapi/releases/libva-intel-driver/$name-$version.tar.bz2)
depends=(libva)
depends=(libva wayland)

build() {

cd $name-$version

./configure --prefix=/usr \
--host=$HOST \
--build=$BUILD
--build=$BUILD \
--enable-drm \
--enable-wayland \
--disable-x11

make -j$JOBS
make DESTDIR=$PKG install
Expand Down

0 comments on commit 1c414a7

Please sign in to comment.