| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
| |
This allows pure GTK4 builds of the library. The conversion
tool (cd-convert) isn't built when the GTK3 build is disabled.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
We'll be introducing a gtk4 variable soon, so it's good to be
more explicit with the variable naming.
|
| |
|
| |
|
|
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
|