From abaea72b4a295d4845cf8f227cd82808733fcc5e Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 12 Jan 2023 17:47:26 +0100 Subject: libX11: move to extra --- extra/libX11/build | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 extra/libX11/build (limited to 'extra/libX11/build') diff --git a/extra/libX11/build b/extra/libX11/build new file mode 100755 index 00000000..a7d53475 --- /dev/null +++ b/extra/libX11/build @@ -0,0 +1,13 @@ +#!/bin/sh -e + +CFLAGS_FOR_BUILD=-fPIC \ +./configure \ + --prefix=/usr \ + --enable-static + +make +make DESTDIR="$1" install + +# This will be removed once 'xorgproto' 2019.2 +# is released. +rm -f "$1/usr/include/X11/extensions/XKBgeom.h" -- cgit v1.2.3