xorg-server: Enable building on ppc

This commit is contained in:
Thomas Batten 2019-01-23 11:04:36 +10:30 committed by maxice8
parent d457dd419e
commit 8685b934f5

View file

@ -34,7 +34,7 @@ build_options="elogind"
desc_option_elogind="Rootless Xorg support with elogind" desc_option_elogind="Rootless Xorg support with elogind"
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*|aarch64*|ppc64*) i686*|x86_64*|aarch64*|ppc*)
# Enable glamor/dri/opengl/xwayland by default on x86. # Enable glamor/dri/opengl/xwayland by default on x86.
configure_args+=" -Dglamor=true -Ddri2=true -Ddri3=true -Dglx=true -Dxwayland=true" configure_args+=" -Dglamor=true -Ddri2=true -Ddri3=true -Dglx=true -Dxwayland=true"
makedepends+=" MesaLib-devel" makedepends+=" MesaLib-devel"