mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
MesaLib-devel: try to fix accidental redirection
This commit is contained in:
parent
fb25406968
commit
d085f54c80
1 changed files with 1 additions and 3 deletions
|
@ -74,7 +74,6 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
*) configure_args+=" --enable-glx-tls";;
|
*) configure_args+=" --enable-glx-tls";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
libtoolize -f
|
libtoolize -f
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
|
@ -129,7 +128,7 @@ MesaLib-devel_package() {
|
||||||
libGL>=${version}_${revision}
|
libGL>=${version}_${revision}
|
||||||
libGLES>=${version}_${revision} libEGL>=${version}_${revision}
|
libGLES>=${version}_${revision} libEGL>=${version}_${revision}
|
||||||
libOSMesa>=${version}_${revision} libgbm>=${version}_${revision}
|
libOSMesa>=${version}_${revision} libgbm>=${version}_${revision}
|
||||||
$(vopt_if wayland libwayland-egl>=${version}_${revision})"
|
$(vopt_if wayland "libwayland-egl>=${version}_${revision}")"
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*) depends+=" libxatracker>=${version}_${revision}";;
|
i686*|x86_64*) depends+=" libxatracker>=${version}_${revision}";;
|
||||||
esac
|
esac
|
||||||
|
@ -199,4 +198,3 @@ mesa-opencl_package() {
|
||||||
vmove "usr/lib/lib*OpenCL*"
|
vmove "usr/lib/lib*OpenCL*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue