From 477ed1aef05acc69b967b4081e81fce9e5d1fa94 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 9 Feb 2022 15:04:09 +0100 Subject: xkeyboard-config: bump to 2.35 --- xorg/xkeyboard-config/build | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'xorg/xkeyboard-config/build') 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 -- cgit v1.2.3