diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-29 08:55:11 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-29 08:55:11 +0300 |
commit | 6f7a0116f9dbdb6cc20577714c23ae41e30f332a (patch) | |
tree | a7b99ee87acf1620a04cf79a3441b2ee221ccae6 /xorg/libxkbcommon/build | |
parent | 320b9c78042f1ce2160b026e15e4d6220536188c (diff) | |
download | repository-6f7a0116f9dbdb6cc20577714c23ae41e30f332a.tar.gz |
libxkbcommon: add package to xorg
Diffstat (limited to 'xorg/libxkbcommon/build')
-rwxr-xr-x | xorg/libxkbcommon/build | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/xorg/libxkbcommon/build b/xorg/libxkbcommon/build new file mode 100755 index 00000000..837b9772 --- /dev/null +++ b/xorg/libxkbcommon/build @@ -0,0 +1,12 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +meson \ + --prefix=/usr \ + -Denable-docs=false \ + -Denable-wayland=false \ + . output + +ninja -C output +ninja -C output install |