Drop leftover dbus-glib refs/deps

This commit is contained in:
2026-04-27 13:30:24 -06:00
parent edaafba7eb
commit 937184429f
3 changed files with 1 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ jobs:
sudo apt-get install -y --no-install-recommends \ sudo apt-get install -y --no-install-recommends \
build-essential pkg-config meson ninja-build cmake \ build-essential pkg-config meson ninja-build cmake \
gettext \ gettext \
libcanberra-dev libdbus-glib-1-dev libglib2.0-dev \ libcanberra-dev libglib2.0-dev \
libarchive-dev \ libarchive-dev \
libgtk-3-dev \ libgtk-3-dev \
libwayland-client0 libwayland-cursor0 libwayland-egl1 \ libwayland-client0 libwayland-cursor0 libwayland-egl1 \

View File

@@ -32,7 +32,6 @@ jobs:
glib2-devel \ glib2-devel \
gtk3 \ gtk3 \
openssl \ openssl \
dbus-glib \
libcanberra \ libcanberra \
libayatana-appindicator \ libayatana-appindicator \
luajit \ luajit \

View File

@@ -82,10 +82,6 @@ has_theme_argument (void)
void void
zoitechat_remote (void) zoitechat_remote (void)
/* TODO: dbus_g_connection_unref (connection) are commented because it makes
* dbus to crash. Fixed in dbus >=0.70 ?!?
* https://launchpad.net/distros/ubuntu/+source/dbus/+bug/54375
*/
{ {
GDBusConnection *connection; GDBusConnection *connection;
GDBusProxy *dbus = NULL; GDBusProxy *dbus = NULL;