deprecate egl-wayland, it may not be needed after all.
This commit is contained in:
parent
4e62bdbff9
commit
d0a8c9e7c6
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ PKG_ARCH="x86_64"
|
|||
PKG_URL="${PKG_SITE}.git"
|
||||
PKG_VERSION="8e0eade"
|
||||
PKG_GIT_CLONE_BRANCH="extui-align"
|
||||
PKG_DEPENDS_TARGET="toolchain SDL2 boost openal-soft zlib qt5 egl-wayland"
|
||||
PKG_DEPENDS_TARGET="toolchain SDL2 boost openal-soft zlib qt5"
|
||||
PKG_LONGDESC="Kronos is a Sega Saturn emulator forked from yabause."
|
||||
PKG_TOOLCHAIN="cmake-make"
|
||||
GET_HANDLER_SUPPORT="git"
|
||||
|
|
|
@ -51,7 +51,7 @@ if [ "${DISPLAYSERVER}" = "x11" ]; then
|
|||
export X11_INCLUDES=
|
||||
PKG_MESON_OPTS_TARGET+=" -Dplatforms=x11 -Ddri3=enabled -Dglx=dri -Dglvnd=true"
|
||||
elif [ "${DISPLAYSERVER}" = "wl" ]; then
|
||||
PKG_DEPENDS_TARGET+=" wayland wayland-protocols libglvnd glfw egl-wayland"
|
||||
PKG_DEPENDS_TARGET+=" wayland wayland-protocols libglvnd glfw"
|
||||
PKG_MESON_OPTS_TARGET+=" -Dplatforms=wayland,x11 -Ddri3=enabled -Dglx=dri -Dglvnd=true"
|
||||
PKG_DEPENDS_TARGET+=" xorgproto libXext libXdamage libXfixes libXxf86vm libxcb libX11 libxshmfence libXrandr libglvnd"
|
||||
export X11_INCLUDES=
|
||||
|
|
Loading…
Reference in a new issue