From bd36e113fed47de6ac33e411daf7a0b2a34bcbf6 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 4 Oct 2020 22:51:57 +0300 Subject: move non xorg specific packages to extra --- extra/libepoxy/build | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 extra/libepoxy/build (limited to 'extra/libepoxy/build') diff --git a/extra/libepoxy/build b/extra/libepoxy/build new file mode 100755 index 00000000..54475523 --- /dev/null +++ b/extra/libepoxy/build @@ -0,0 +1,13 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +meson \ + --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + -Dhas-dlvsym=false \ + . output + +ninja -C output +ninja -C output install -- cgit v1.2.3