diff options
author | Cem Keylan <cem@ckyln.com> | 2022-02-09 15:04:09 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-02-09 15:04:09 +0100 |
commit | 477ed1aef05acc69b967b4081e81fce9e5d1fa94 (patch) | |
tree | 92dbbf1548280287a838207facac8f6c2cfa9434 /xorg/xkeyboard-config/build | |
parent | e1e47b4ff580e47a1b5bdc8b716d162280cfb84e (diff) | |
download | repository-477ed1aef05acc69b967b4081e81fce9e5d1fa94.tar.gz |
xkeyboard-config: bump to 2.35
Diffstat (limited to 'xorg/xkeyboard-config/build')
-rwxr-xr-x | xorg/xkeyboard-config/build | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/xorg/xkeyboard-config/build b/xorg/xkeyboard-config/build index abfcca36..20b55fd4 100755 --- a/xorg/xkeyboard-config/build +++ b/xorg/xkeyboard-config/build @@ -1,9 +1,9 @@ #!/bin/sh -e -./configure \ - --prefix=/usr \ - --with-xkb-rules-symlink=xfree86,xorg \ - --enable-compat-rules +export DESTDIR="$1" -make -make DESTDIR="$1" install +cl-meson \ + . output + +ninja -C output +ninja -C output install |