xorg-server: Enable building on ppc
This commit is contained in:
parent
d457dd419e
commit
8685b934f5
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue