xorg-server: merge -wrapper; does not do any harm if it's always there.
This commit is contained in:
parent
5896d34ed5
commit
3db3e2ec86
|
@ -4,10 +4,6 @@ do_fetch() {
|
||||||
:
|
:
|
||||||
}
|
}
|
||||||
|
|
||||||
do_extract() {
|
|
||||||
:
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
:
|
:
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
xorg-server
|
|
|
@ -97,13 +97,6 @@ xorg-server-xvfb_package() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
xorg-server-wrapper_package() {
|
|
||||||
short_desc+=" - suid wrapper for non KMS capable drivers"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/libexec/Xorg.wrap
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
xorg-server-devel_package() {
|
xorg-server-devel_package() {
|
||||||
depends="libudev-devel dri2proto>=2.1 dri3proto presentproto glproto xf86driproto randrproto
|
depends="libudev-devel dri2proto>=2.1 dri3proto presentproto glproto xf86driproto randrproto
|
||||||
videoproto compositeproto scrnsaverproto resourceproto xineramaproto
|
videoproto compositeproto scrnsaverproto resourceproto xineramaproto
|
||||||
|
|
Loading…
Reference in New Issue