Add wayland to retroarch.
This commit is contained in:
parent
7d9bcf01c6
commit
afea2fc505
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue