summaryrefslogtreecommitdiff
path: root/loaders/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* janitorial: clean up tree in preparation for libpeas-2.0Christian Hergert2023-03-221-5/+1
| | | | | | | | | | | | | | | | | This starts the process of working towards a new Libpeas 2.0 ABI. The goals of this ABI break are: * Modernize and cleanup GObject usage within libpeas * Use GObject's in more places to allow for better GIO integration * Implement GListModel where it makes sense * Remove GTK 3 and GTK-based APIs as those are trivial to implement in applications with GTK 4 and newer. * Drop Python 2 support * Simplify support for new plugin loaders # Conflicts: # NEWS # meson.build
* build: fix typo in meson portChristian Hergert2019-08-051-1/+1
|
* Port to meson build systemMartin Blanchard2019-08-051-0/+11
The meson build system focuses on speed an ease of use, which helps speeding up the software development. https://bugzilla.gnome.org/show_bug.cgi?id=793916 https://gitlab.gnome.org/GNOME/libpeas/issues/26 Closes #26