From 1fd5c31953a27c954c9a37a2857e6eaefe7d00da Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 12 Jan 2023 17:47:27 +0100 Subject: libxshmfence: move to extra --- extra/libxshmfence/build | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 extra/libxshmfence/build (limited to 'extra/libxshmfence/build') diff --git a/extra/libxshmfence/build b/extra/libxshmfence/build new file mode 100755 index 00000000..4a70bbd8 --- /dev/null +++ b/extra/libxshmfence/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --with-shared-memory-dir=/dev/shm + +make +make DESTDIR="$1" install -- cgit v1.2.3