From 7966962751f77a01a16360cc189cafb7c255e75d Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 28 Aug 2022 16:09:34 +0300 Subject: libxcb: move to extra --- extra/libxcb/build | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 extra/libxcb/build (limited to 'extra/libxcb/build') diff --git a/extra/libxcb/build b/extra/libxcb/build new file mode 100755 index 00000000..7ef0193f --- /dev/null +++ b/extra/libxcb/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +clsed 's/pthread-stubs //' configure + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install -- cgit v1.2.3