xorg-server: enable wayland, glamor, dri, glx on ppc64 targets

This commit is contained in:
q66 2018-12-13 19:59:15 +01:00 committed by Helmut Pozimski
parent 21742f1400
commit 87b24ed66f

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*) i686*|x86_64*|aarch64*|ppc64*)
# 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"