mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 00:12:56 +02:00
xorg-server: enable wayland, glamor, dri, glx on ppc64 targets
This commit is contained in:
parent
21742f1400
commit
87b24ed66f
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ build_options="elogind"
|
|||
desc_option_elogind="Rootless Xorg support with elogind"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*|x86_64*|aarch64*)
|
||||
i686*|x86_64*|aarch64*|ppc64*)
|
||||
# Enable glamor/dri/opengl/xwayland by default on x86.
|
||||
configure_args+=" -Dglamor=true -Ddri2=true -Ddri3=true -Dglx=true -Dxwayland=true"
|
||||
makedepends+=" MesaLib-devel"
|
||||
|
|
Loading…
Add table
Reference in a new issue