From a8738960bdd1bea0264a042e86acf23fc838b0e2 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 28 Aug 2022 16:05:22 +0300 Subject: pixman: move to extra --- extra/pixman/build | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 extra/pixman/build (limited to 'extra/pixman/build') diff --git a/extra/pixman/build b/extra/pixman/build new file mode 100755 index 00000000..cb0b1bff --- /dev/null +++ b/extra/pixman/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --disable-gtk + +make +make DESTDIR="$1" install -- cgit v1.2.3