Add wayland to retroarch.

This commit is contained in:
fewtarius 2022-08-29 20:38:12 -04:00
parent 7d9bcf01c6
commit afea2fc505
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -39,6 +39,11 @@ pre_configure_target() {
*)
esac
if [ "${DISPLAYSERVER}" = "wl" ]; then
PKG_DEPENDS_TARGET+=" ${DISPLAYSERVER} ${WINDOWMANAGER}"
PKG_CONFIGURE_OPTS_TARGET+=" --enable-wayland"
fi
if [ ! "${OPENGL}" = "no" ]; then
PKG_DEPENDS_TARGET+=" ${OPENGL} glu"
PKG_CONFIGURE_OPTS_TARGET+=" --enable-opengl"