From 24635e0d85d5af31a3c97a1dd5d76044c3574b0a Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 12 Jan 2023 17:47:27 +0100 Subject: xkbcomp: move to extra --- extra/xkbcomp/build | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 extra/xkbcomp/build (limited to 'extra/xkbcomp/build') diff --git a/extra/xkbcomp/build b/extra/xkbcomp/build new file mode 100755 index 00000000..75e3546c --- /dev/null +++ b/extra/xkbcomp/build @@ -0,0 +1,10 @@ +#!/bin/sh -e + +export LDFLAGS="$LDFLAGS -static" +export PKG_CONFIG="pkgconf --static" + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install -- cgit v1.2.3