xorg-server: remove duplicate MesaLib-devel ibdri2-devel-git
This commit is contained in:
parent
b12df4486b
commit
6d96620ef5
1 changed files with 0 additions and 2 deletions
|
@ -37,14 +37,12 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
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"
|
||||
replaces+=" glamor-egl>=0"
|
||||
subpackages+=" xorg-server-xwayland"
|
||||
;;
|
||||
*)
|
||||
# Enable dri2 on !x86 via libdri.
|
||||
configure_args+=" -Dglx=true -Ddri1=false -Ddri2=true -Ddri3=true -Dxwayland=false"
|
||||
makedepends+=" MesaLib-devel libdri2-devel-git"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in a new issue