mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 01:53:50 +02:00
libGL: get rid of unnecessary libudev runtime dependency.
I think those were added long ago and probably we don't need it anymore.
This commit is contained in:
parent
b7e222ebdf
commit
6df5762d3f
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libGL'
|
# Template file for 'libGL'
|
||||||
pkgname=libGL
|
pkgname=libGL
|
||||||
version=19.0.2
|
version=19.0.2
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="mesa-${version}"
|
wrksrc="mesa-${version}"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dshared-glapi=true -Dgbm=true -Degl=true
|
configure_args="-Dshared-glapi=true -Dgbm=true -Degl=true
|
||||||
|
@ -99,7 +99,6 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
libglapi_package() {
|
libglapi_package() {
|
||||||
depends="libudev"
|
|
||||||
short_desc="Free implementation of the GL API - shared library"
|
short_desc="Free implementation of the GL API - shared library"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/libglapi.so.*"
|
vmove "usr/lib/libglapi.so.*"
|
||||||
|
@ -121,7 +120,6 @@ libEGL_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
libGLES_package() {
|
libGLES_package() {
|
||||||
depends="libudev"
|
|
||||||
short_desc="Free implementation of the OpenGL|ES 1.x and 2.x API"
|
short_desc="Free implementation of the OpenGL|ES 1.x and 2.x API"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/libGLES*.so.*"
|
vmove "usr/lib/libGLES*.so.*"
|
||||||
|
|
Loading…
Add table
Reference in a new issue