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:
Juan RP 2019-04-20 16:02:55 +02:00 committed by maxice8
parent b7e222ebdf
commit 6df5762d3f

View File

@ -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.*"