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 /xorg/libxkbcommon/build | |
parent | db173b838cf4103e8ef99039f2cdf24d8d041d37 (diff) | |
download | repository-1a10e94c4a493b597d813184d3b5f6a7d6f49464.tar.gz |
libxkbcommon: move to extra
Diffstat (limited to 'xorg/libxkbcommon/build')
-rwxr-xr-x | xorg/libxkbcommon/build | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/xorg/libxkbcommon/build b/xorg/libxkbcommon/build deleted file mode 100755 index 41cb196d..00000000 --- a/xorg/libxkbcommon/build +++ /dev/null @@ -1,11 +0,0 @@ -#!/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 |