Update all source packages for xbps-src>=90.
This commit is contained in:
@@ -67,6 +67,11 @@ else
|
||||
configure_args+=" --disable-pulseaudio"
|
||||
fi
|
||||
|
||||
if [ "$build_option_opengl" ]; then
|
||||
# libGL.so.1 is dynamically loaded with dlopen.
|
||||
depends="libGL"
|
||||
fi
|
||||
|
||||
SDL-devel_package() {
|
||||
short_desc="${short_desc} -- development files"
|
||||
depends="alsa-lib-devel SDL>=${version}"
|
||||
@@ -88,13 +93,3 @@ SDL-devel_package() {
|
||||
vmove usr/share
|
||||
}
|
||||
}
|
||||
|
||||
SDL_package() {
|
||||
if [ "$build_option_opengl" ]; then
|
||||
# libGL.so.1 is dynamically loaded with dlopen.
|
||||
depends="libGL"
|
||||
fi
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user