diff options
| author | mbkma <[email protected]> | 2026-03-15 11:12:12 +0100 |
|---|---|---|
| committer | mbkma <[email protected]> | 2026-03-15 11:12:12 +0100 |
| commit | 9d059b845030aaf2f8d374528ef666a8d274db9a (patch) | |
| tree | f19e1f18ebb69cb190f709c2780959dbb55cd9ba /configure.ac | |
| parent | 239eecf1017a480b4f3abb1db6c8742d820ece12 (diff) | |
| download | mate-power-manager-gdbus.tar.bz2 mate-power-manager-gdbus.tar.xz | |
migrate to gdbusgdbus
see https://github.com/GNOME/gnome-power-manager/commit/7568769f for a reference, though this is not a 1:1 copy
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac index e659caf..8836a00 100644 --- a/configure.ac +++ b/configure.ac @@ -71,8 +71,6 @@ GDK_REQUIRED=3.22.0 GTK_REQUIRED=3.22.0 LIBSECRET_REQUIRED=0.11 GNOME_KEYRING_REQUIRED=3.0.0 -DBUS_REQUIRED=1.0 -DBUS_GLIB_REQUIRED=0.70 LIBNOTIFY_REQUIRED=0.7.0 CAIRO_REQUIRED=1.0.0 MATE_DESKTOP_REQUIRED=1.27.1 @@ -89,11 +87,6 @@ PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLIB_REQUIRED gobject-2.0 gio-2.0 >= $GIO_R PKG_CHECK_MODULES(CANBERRA, libcanberra-gtk3 >= $CANBERRA_REQUIRED) -PKG_CHECK_MODULES(DBUS,[ - dbus-glib-1 >= $DBUS_GLIB_REQUIRED - dbus-1 >= $DBUS_REQUIRED - gthread-2.0]) - PKG_CHECK_MODULES(CAIRO, [ gtk+-3.0 >= $GTK_REQUIRED cairo >= $CAIRO_REQUIRED]) |
