Merge pull request #1763 from porschemad911/rocknix-touchscreen-keyboard-sway-only

gamesupport - rocknix-touchscreen-keyboard - sway only
This commit is contained in:
John Williams
2025-08-14 16:17:53 +10:00
committed by GitHub
2 changed files with 5 additions and 2 deletions

View File

@@ -7,7 +7,10 @@ PKG_SITE="https://rocknix.org"
PKG_SECTION="virtual"
PKG_LONGDESC="Game support software metapackage."
PKG_GAMESUPPORT="sixaxis rocknix-hotkey jstest-sdl gamecontrollerdb sdljoytest sdltouchtest control-gen rocknix-touchscreen-keyboard mangohud"
PKG_GAMESUPPORT="sixaxis rocknix-hotkey jstest-sdl gamecontrollerdb sdljoytest sdltouchtest control-gen mangohud"
# rocknix-touchscreen-keyboard requires sway
[[ "${WINDOWMANAGER}" = "swaywm-env" ]] && PKG_GAMESUPPORT+=" rocknix-touchscreen-keyboard"
PKG_DEPENDS_TARGET="${PKG_GAMESUPPORT}"

View File

@@ -7,7 +7,7 @@ PKG_VERSION="11.0.3"
PKG_LICENSE="MIT"
PKG_SITE="https://wayland.freedesktop.org/"
PKG_URL="https://gitlab.freedesktop.org/wayland/weston/-/archive/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain wayland wayland-protocols libdrm libxkbcommon libxcb-cursor libinput pipewire cairo pango libjpeg-turbo dbus seatd glu mesa libX11 xwayland libXcursor xkbcomp setxkbmap cairo xterm"
PKG_DEPENDS_TARGET="toolchain wayland wayland-protocols libdrm libxkbcommon libxcb-cursor libinput pipewire cairo pango libjpeg-turbo dbus seatd glu mesa libX11 xwayland libXcursor xkbcomp setxkbmap cairo xterm libthai"
PKG_LONGDESC="Reference implementation of a Wayland compositor"
PKG_PATCH_DIRS+="${DEVICE}"