diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-29 23:17:52 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-29 23:17:52 +0800 |
| commit | 0dede68b734c7366d9e0f44d10cb3507ba5e0f33 (patch) | |
| tree | 49b19194e5dc7f55255751151dcaf8d1fb48bc4a /repos/extra/libxkbcommon | |
| parent | 376803af43d2d32a80219b8970961792f240230c (diff) | |
| download | alicelinux-0dede68b734c7366d9e0f44d10cb3507ba5e0f33.tar.gz alicelinux-0dede68b734c7366d9e0f44d10cb3507ba5e0f33.zip | |
move out wayland packages to its own repo
Diffstat (limited to 'repos/extra/libxkbcommon')
| -rw-r--r-- | repos/extra/libxkbcommon/.files | 2 | ||||
| -rw-r--r-- | repos/extra/libxkbcommon/abuild | 5 | ||||
| -rw-r--r-- | repos/extra/libxkbcommon/depends | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/repos/extra/libxkbcommon/.files b/repos/extra/libxkbcommon/.files index ea50099c..ae3ab5f7 100644 --- a/repos/extra/libxkbcommon/.files +++ b/repos/extra/libxkbcommon/.files @@ -30,7 +30,6 @@ drwxr-xr-x root/root usr/libexec/xkbcommon/ -rwxr-xr-x root/root usr/libexec/xkbcommon/xkbcli-compile-keymap -rwxr-xr-x root/root usr/libexec/xkbcommon/xkbcli-how-to-type -rwxr-xr-x root/root usr/libexec/xkbcommon/xkbcli-interactive-evdev --rwxr-xr-x root/root usr/libexec/xkbcommon/xkbcli-interactive-wayland -rwxr-xr-x root/root usr/libexec/xkbcommon/xkbcli-interactive-x11 -rwxr-xr-x root/root usr/libexec/xkbcommon/xkbcli-list drwxr-xr-x root/root usr/share/ @@ -43,7 +42,6 @@ drwxr-xr-x root/root usr/share/man/man1/ -rw-r--r-- root/root usr/share/man/man1/xkbcli-compile-keymap.1.gz -rw-r--r-- root/root usr/share/man/man1/xkbcli-how-to-type.1.gz -rw-r--r-- root/root usr/share/man/man1/xkbcli-interactive-evdev.1.gz --rw-r--r-- root/root usr/share/man/man1/xkbcli-interactive-wayland.1.gz -rw-r--r-- root/root usr/share/man/man1/xkbcli-interactive-x11.1.gz -rw-r--r-- root/root usr/share/man/man1/xkbcli-list.1.gz -rw-r--r-- root/root usr/share/man/man1/xkbcli.1.gz diff --git a/repos/extra/libxkbcommon/abuild b/repos/extra/libxkbcommon/abuild index fab93e33..9d34c948 100644 --- a/repos/extra/libxkbcommon/abuild +++ b/repos/extra/libxkbcommon/abuild @@ -2,5 +2,6 @@ name=libxkbcommon version=1.7.0 release=1 source="https://xkbcommon.org/download/$name-$version.tar.xz" -build_opt="-Denable-docs=false -Denable-wayland=true" -[ -f $SPM_PKGDB/libx11 ] || build_opt="$build_opt -Denable-x11=false" +build_opt="-Denable-docs=false" +[ -f $SPM_PKGDB/libxcb ] || build_opt="$build_opt -Denable-x11=false" +[ -f $SPM_PKGDB/wayland ] || build_opt="$build_opt -Denable-wayland=false" diff --git a/repos/extra/libxkbcommon/depends b/repos/extra/libxkbcommon/depends index 7ed18f0f..0ddac4b5 100644 --- a/repos/extra/libxkbcommon/depends +++ b/repos/extra/libxkbcommon/depends @@ -1,2 +1,4 @@ wayland-protocols xkeyboard-config +libxml2 +libxcb |