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
1 changed files with 1 additions and 1 deletions

View File

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