aboutsummaryrefslogtreecommitdiff
path: root/xorg/xf86-video-intel/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-01-25 14:07:54 +0100
committerCem Keylan <cem@ckyln.com>2023-01-25 14:07:54 +0100
commit8fcd412fe6db69a3daa7a68b42805653c5153763 (patch)
treea1fcac17abc2b8196c43b79611690a5b506bdf11 /xorg/xf86-video-intel/build
parent5d4aef73d55227cbf9268dbfbb903d309f885fb3 (diff)
parent5ee0305949e7a98eb79e4943c0af1f42e871e235 (diff)
downloadrepository-8fcd412fe6db69a3daa7a68b42805653c5153763.tar.gz
Merge branch 'xorg-removal'
Diffstat (limited to 'xorg/xf86-video-intel/build')
-rwxr-xr-xxorg/xf86-video-intel/build17
1 files changed, 0 insertions, 17 deletions
diff --git a/xorg/xf86-video-intel/build b/xorg/xf86-video-intel/build
deleted file mode 100755
index 8bfc3d73..00000000
--- a/xorg/xf86-video-intel/build
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh -e
-
-export DESTDIR="$1"
-export LDFLAGS="$LDFLAGS -Wl,-z,lazy"
-export CFLAGS="$CFLAGS -fcommon"
-
-cl-meson \
- -Ddefault-dri=3 \
- -Dxvmc=false \
- -Dvalgrind=false \
- . build
-
-ninja -C build
-ninja -C build install
-
-# Remove policy kit files.
-rm -rf "$1/usr/share/polkit-1"