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/libdrm/build | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 extra/libdrm/build (limited to 'extra/libdrm/build') diff --git a/extra/libdrm/build b/extra/libdrm/build new file mode 100755 index 00000000..c1021153 --- /dev/null +++ b/extra/libdrm/build @@ -0,0 +1,11 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +meson \ + --prefix=/usr \ + -Dvalgrind=false \ + . output + +ninja -C output +ninja -C output install -- cgit v1.2.3