| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Fixes #177
|
| |
|
|
|
|
|
| |
Projects that depend on libgweather and build it as part of their
Flatpak manifest should have the option to skip building the tests.
|
|
|
|
|
|
|
|
|
| |
The GTK3 widgets cannot exist in the same process as other versions of
GTK, which means applications cannot port to GTK4 and link to
libgweather.
If we want to add GTK widgets back to libgweather we are going to do so
in a separate shared library, with a separate namespace.
|
|
|
|
|
| |
Now that it's fast and does not have a lot of extra dependencies, we can
build the libgweather API reference by default.
|
|
|
|
|
|
|
|
|
| |
When building libgweather as a subproject or as a Flatpak module we may
want to disable generating the introspection data if we know we're only
ever going to consume the C API.
Disabling introspection will disable the documentation and the VAPI file
generation as a side effect.
|
|
|
|
| |
And make gtk-doc optional
|
|
|