commit 7d41c15625fbaf46188eb900e706dc622c119239
parent cc7d014f547a70ec7bb5321a7e37263b115ced03
Author: Jan Pobrislo <ccx@te2000.cz>
Date: Wed, 11 Jun 2025 11:21:10 +0000
More libervia dependency fixes
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/zsh-functions/confz_site_containers_init b/zsh-functions/confz_site_containers_init
@@ -810,15 +810,15 @@ confz_site_container_images_check() {
# Mercurial
mercurial mercurial-zsh-completion
# libcairo 2 with development header
- cairo{,-dev}
+ cairo{,-dev,-dbg}
# libjpeg with development headers
libjpeg
- libjpeg-turbo{,-dev,-dbg}
+ libjpeg-turbo{,-dev}
# libgirepository 1.0 with development headers
# libdbus-1 with development headers
- dbus{,-dev,-dbg}
+ dbus{,-dev}
# libdbus-glib-1 with development headers
- dbus-glib{,-dev,-dbg}
+ dbus-glib{,-dev}
# libxml2 with development headers
libxml2{,-dev,-dbg}
# libxlt2 with development headers