mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
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*)
|
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"
|
|
||||||
replaces+=" glamor-egl>=0"
|
replaces+=" glamor-egl>=0"
|
||||||
subpackages+=" xorg-server-xwayland"
|
subpackages+=" xorg-server-xwayland"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
# Enable dri2 on !x86 via libdri.
|
# Enable dri2 on !x86 via libdri.
|
||||||
configure_args+=" -Dglx=true -Ddri1=false -Ddri2=true -Ddri3=true -Dxwayland=false"
|
configure_args+=" -Dglx=true -Ddri1=false -Ddri2=true -Ddri3=true -Dxwayland=false"
|
||||||
makedepends+=" MesaLib-devel libdri2-devel-git"
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue