alicelinux

A lightweight musl + clang/llvm + libressl + busybox distro
git clone https://codeberg.org/emmett1/alicelinux
Log | Files | Refs | README | LICENSE

abuild (336B)


      1 name=libxkbcommon
      2 version=1.11.0
      3 release=1
      4 source="https://github.com/xkbcommon/libxkbcommon/archive/xkbcommon-$version.tar.gz"
      5 build_opt="-Denable-docs=false -Denable-bash-completion=false"
      6 [ -f $SPM_PKGDB/libxcb ] || build_opt="$build_opt -Denable-x11=false"
      7 [ -f $SPM_PKGDB/wayland ] || build_opt="$build_opt -Denable-wayland=false"