summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2021-05-08 18:19:52 +0300
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2021-05-10 18:47:03 +0300
commit1d3ae4cca97eddf45ff635ab3a3a16b169532788 (patch)
tree99bb402383ff46789f52a660342848ab541d11ab /meson.build
parentc786d24b37b17c65869e4f2a7c282fbf32bca601 (diff)
downloadlibwnck-1d3ae4cca97eddf45ff635ab3a3a16b169532788.tar.gz
add private WnckHandle object
WnckHandle in future will be used as main entry point into library. This will allow to have multiple tasklists in same process with different settings. Also this will allow to cleanup resources without worrying that calling wnck_shutdown might affect other applets or plugins that might use libwnck in same process. https://gitlab.gnome.org/GNOME/libwnck/-/issues/136
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 11f7b3d..b2a1711 100644
--- a/meson.build
+++ b/meson.build
@@ -40,7 +40,7 @@ XRES_PACKAGE = 'xres'
pkg_deps = [
{'name': 'cairo-xlib-xrender', 'required': false},
- {'name': 'glib-2.0', 'version': '>= 2.34' },
+ {'name': 'glib-2.0', 'version': '>= 2.44' },
{'name': 'gobject-2.0', 'version': '>= 2.13.0' },
{'name': 'gtk+-3.0', 'version': '>= 3.22.0' },
{'name': STARTUP_NOTIFICATION_PACKAGE, 'version': '>= 0.4', 'required': get_option('startup_notification')},