summaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* Release: 40.040.0Marco Trevisan (Treviño)2021-05-101-1/+1
|
* add private WnckHandle objectAlberts Muktupāvels2021-05-101-1/+1
| | | | | | | | | | | 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
* Release: 3.36.03.36.0Marco Trevisan (Treviño)2020-03-251-1/+1
|
* build: bump GLib required version to 2.34Alberts Muktupāvels2019-09-101-1/+1
| | | | | | | | Commit 7ea3203f5459e206d0d15fe115cb08a54772cd43 uses g_clear_pointer that was added in glib 2.34: https://gitlab.gnome.org/GNOME/glib/commit/00285b7517a63a243a5b61b73 https://gitlab.gnome.org/GNOME/libwnck/merge_requests/10#note_600118
* build: Fix requires in pc filesJan Tojnar2019-09-101-2/+6
| | | | | | When xres or libstartup-notification are not available, they were still being listed in Requires.private field of the pkg-config file. This is a regression in Meson build files compared to Autotools.
* build: Fix paths in pc filesJan Tojnar2019-09-101-2/+2
| | | | | | With absolute includedir (for example on NixOS), the pkg-config file will contain an incorrect includedir. This patch fixes that without affecting more standard environments.
* meson: Fix -Dstartup_notification=enabled/disabledJan Alexander Steffens (heftig)2019-08-121-2/+2
| | | | | | | | | | 'enabled' made the dependency required but did not set HAVE_STARTUP_NOTIFICATION. 'disabled' behaved the same as 'auto'. We are not allowed to compare booleans and feature option values, so just add everything to the configuration. Fixes https://gitlab.gnome.org/GNOME/libwnck/issues/139
* Release: 3.32.03.32.0Marco Trevisan (Treviño)2019-05-011-1/+1
|
* meson: Use `install_dir` to not install uninstalled .pcMarco Trevisan (Treviño)2019-04-301-6/+4
| | | | Also bump meson dependency as this needs 0.50.0
* Release: 3.31.43.31.4.0Marco Trevisan (Treviño)2019-01-081-1/+1
|
* meson: use options name matching GNOME standardsMarco Trevisan (Treviño)2018-11-071-2/+2
|
* meson: use dict for dependency listMarco Trevisan (Treviño)2018-11-061-10/+10
| | | | | It's way easier to read and manage, and since we already depend on newer meson we can safely go with it.
* meson: remove unneeded definitions in meson buildsMarco Trevisan (Treviño)2018-11-061-84/+2
|
* meson: add support for building with the cool stuffMarco Trevisan (Treviño)2018-11-061-0/+180