summaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* trivial: post release version bumpRichard Hughes2022-02-161-1/+1
|
* Release colord-gtk 0.3.00.3.0Richard Hughes2022-02-161-1/+1
|
* build: Make GTK3 build optional tooGeorges Basile Stavracas Neto2021-10-221-2/+7
| | | | | This allows pure GTK4 builds of the library. The conversion tool (cd-convert) isn't built when the GTK3 build is disabled.
* Add a GTK4 variantGeorges Basile Stavracas Neto2021-10-221-0/+4
| | | | | | | | | | This commits adds a GTK4 variant, libcolord-gtk4. An effort was made to keep the changes as separate and self-contained as possible. The new GTK4 code of the sample window and widget is introduced in separated files, reusing the cd-sample-{window,widget}.h headers. There was only one place in CdWindow that required split GTK3 / GTK4 paths, and fortunately it is a rather trivial one.
* build: Rename 'gtk' meson variable to 'gtk3'Georges Basile Stavracas Neto2021-10-221-1/+1
| | | | | We'll be introducing a gtk4 variable soon, so it's good to be more explicit with the variable naming.
* trivial: post release version bumpRichard Hughes2019-06-201-1/+1
|
* Release colord-gtk 0.2.0COLORD_GTK_0_2_0Richard Hughes2019-06-201-1/+1
|
* build: Port to the Meson build systemMartin Blanchard2019-06-091-0/+149
Introduce meson build scripts along autotools ones. Porting modules to the meson build system is a GNOME Goal, details here: https://wiki.gnome.org/Initiatives/GnomeGoals/MesonPorting https://github.com/hughsie/colord-gtk/issues/10