diff options
author | Cem Keylan <cem@ckyln.com> | 2022-08-28 16:06:29 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-08-28 16:06:29 +0300 |
commit | 1a10e94c4a493b597d813184d3b5f6a7d6f49464 (patch) | |
tree | 32238d231eb57122cd36c7de961ddd42ae6714a5 /extra/libxkbcommon/build | |
parent | db173b838cf4103e8ef99039f2cdf24d8d041d37 (diff) | |
download | repository-1a10e94c4a493b597d813184d3b5f6a7d6f49464.tar.gz |
libxkbcommon: move to extra
Diffstat (limited to 'extra/libxkbcommon/build')
-rwxr-xr-x | extra/libxkbcommon/build | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/libxkbcommon/build b/extra/libxkbcommon/build new file mode 100755 index 00000000..41cb196d --- /dev/null +++ b/extra/libxkbcommon/build @@ -0,0 +1,11 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +cl-meson \ + -Denable-docs=false \ + -Denable-wayland="$(cpt l -C wayland true false)" \ + . output + +ninja -C output +ninja -C output install |