mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
xorg-server: sanitize deps, bumprev.
--HG-- extra : convert_revision : 4020b7f95393685b733e061250ff6ebb8f48a4b8
This commit is contained in:
parent
d09e53c91e
commit
edb0c5406b
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Template build file for 'xorg-server'.
|
# Template build file for 'xorg-server'.
|
||||||
pkgname=xorg-server
|
pkgname=xorg-server
|
||||||
version=1.7.4
|
version=1.7.4
|
||||||
|
revision=1
|
||||||
distfiles="${XORG_SITE}/xserver/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/xserver/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--with-dri-driver-path=/usr/lib/dri
|
configure_args="--with-dri-driver-path=/usr/lib/dri
|
||||||
|
@ -28,9 +29,9 @@ Add_dependency full libxkbui
|
||||||
Add_dependency full libxkbfile
|
Add_dependency full libxkbfile
|
||||||
Add_dependency full xkeyboard-config
|
Add_dependency full xkeyboard-config
|
||||||
|
|
||||||
_deps="openssl dbus libpciaccess pixman libdmx libICE libSM libX11 libXau"
|
_deps="openssl dbus MesaLib libpciaccess pixman libdmx libICE libSM libX11"
|
||||||
_deps="${_deps} libXaw libXdmcp libXext libXfixes libXfont libXi libXmu"
|
_deps="${_deps} libXaw libXdmcp libXext libXfixes libXfont libXi libXmu"
|
||||||
_deps="${_deps} libXpm libXrender libXt"
|
_deps="${_deps} libXpm libXrender libXt libXau"
|
||||||
for _dep_ in ${_deps}; do
|
for _dep_ in ${_deps}; do
|
||||||
Add_dependency run ${_dep_}
|
Add_dependency run ${_dep_}
|
||||||
Add_dependency build ${_dep_}-devel
|
Add_dependency build ${_dep_}-devel
|
||||||
|
|
Loading…
Add table
Reference in a new issue