aboutsummaryrefslogtreecommitdiff
path: root/xorg
diff options
context:
space:
mode:
Diffstat (limited to 'xorg')
-rwxr-xr-xxorg/xf86-video-intel/build18
-rw-r--r--xorg/xf86-video-intel/depends9
2 files changed, 13 insertions, 14 deletions
diff --git a/xorg/xf86-video-intel/build b/xorg/xf86-video-intel/build
index d0c7c0bd..d464b6e5 100755
--- a/xorg/xf86-video-intel/build
+++ b/xorg/xf86-video-intel/build
@@ -1,13 +1,15 @@
#!/bin/sh -e
+export DESTDIR="$1"
export LDFLAGS="-Wl,-z,lazy"
-autoreconf -i
-
-./configure \
+meson \
--prefix=/usr \
- --libexecdir=/usr/lib \
- --with-default-dri=3
-
-make
-make DESTDIR="$1" install
+ --libexecdir=/usr/libexec \
+ -Ddefault-dri=3 \
+ -Dxvmc=false \
+ -Dvalgrind=false \
+ . build
+
+ninja -C build
+ninja -C build install
diff --git a/xorg/xf86-video-intel/depends b/xorg/xf86-video-intel/depends
index b7fd39a8..3052bbd4 100644
--- a/xorg/xf86-video-intel/depends
+++ b/xorg/xf86-video-intel/depends
@@ -1,10 +1,7 @@
-autoconf make
-automake make
-eudev
libXScrnSaver
libXcursor
libXinerama
libXrandr
-libdrm
-libpciaccess
-libtool make
+libXtst
+meson make
+xorg-server