aboutsummaryrefslogtreecommitdiff
path: root/xorg/xorg-server/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-01-12 17:30:21 +0100
committerCem Keylan <cem@ckyln.com>2023-01-12 17:30:21 +0100
commit7d4bcb0d9f05e0b36137b05b1992a7eed971c0a5 (patch)
treedd41d9fbf54a55b1bda9e074bc5298dc33b8402f /xorg/xorg-server/build
parent3e76749f64c51daff5349715df8623de05b7b830 (diff)
downloadrepository-7d4bcb0d9f05e0b36137b05b1992a7eed971c0a5.tar.gz
xorg-server: drop from repository
Diffstat (limited to 'xorg/xorg-server/build')
-rwxr-xr-xxorg/xorg-server/build27
1 files changed, 0 insertions, 27 deletions
diff --git a/xorg/xorg-server/build b/xorg/xorg-server/build
deleted file mode 100755
index 2b7dfa07..00000000
--- a/xorg/xorg-server/build
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/sh -e
-
-export DESTDIR="$1"
-
-patch -p1 < rootless_modesetting.patch
-
-cl-meson \
- --auto-features=auto \
- -Ddefault_font_path=/usr/share/fonts \
- -Dsystemd_logind=false \
- -Dxorg=true \
- -Dglamor=true \
- -Dglx=true \
- -Ddri1=true \
- -Ddri2=true \
- -Ddri3=true \
- -Dxdmcp=false \
- -Dsecure-rpc=false \
- -Dvendor_name="Carbs Linux" \
- -Dvendor_name_short="carbs" \
- -Dvendor_web="https://carbslinux.org" \
- . output
-
-ninja -C output
-ninja -C output install
-
-rm -f "$1/usr/share/X11/xorg.conf.d/10-evdev.conf"