xf86-video-intel: Swap to meson. @konimex Closes #156

This commit is contained in:
Dylan Araps 2020-02-19 11:44:08 +02:00
parent 3677fd0b35
commit f14ed67044
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
2 changed files with 11 additions and 11 deletions

View File

@ -1,16 +1,18 @@
#!/bin/sh -e
export DESTDIR="$1"
export LDFLAGS="-Wl,-z,lazy"
# Fix build fail with GCC 10.
export CFLAGS="$CFLAGS -fcommon"
autoreconf -i
./configure \
meson \
--prefix=/usr \
--libexecdir=/usr/lib \
--with-default-dri=3
-Ddefault-dri=3 \
-Dxvmc=false \
-Dvalgrind=false \
. build
make
make DESTDIR="$1" install
ninja -C build
ninja -C build install

View File

@ -1,9 +1,7 @@
autoconf make
automake make
libXScrnSaver
libXcursor
libXinerama
libXrandr
libdrm
libpciaccess
libtool make
libXtst
meson make
xorg-server