summaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.9.1Günther Wagner2022-06-191-2/+2
|
* meson: Add soupapiversion to pkg-config fileGünther Wagner2022-06-181-0/+2
| | | | Fixes https://gitlab.gnome.org/GNOME/librest/-/issues/12
* build: Fix typoJan Tojnar2022-02-161-1/+1
|
* examples: rest demo gui applicationGünther Wagner2022-01-181-0/+1
|
* meson: show vapi option in summaryGünther Wagner2022-01-131-0/+1
| | | | | Also protect against misconfiguration of introspection and vapi as introspection is needed for vapi generation
* OAuth2 Pkce WorkflowGünther Wagner2022-01-121-4/+24
|
* soup3: added conditional option to mesongwagner/soup3Günther Wagner2021-11-041-1/+13
|
* Add gi-docgen and proper documentation CIGünther Wagner2021-10-211-0/+3
|
* Port to the Meson build systemNiels De Graef2021-10-211-0/+90
See the [Meson website] for a full reference. To build, test and/or install the librest library, you essentially need the following commands: ``` $ meson build $ ninja -C build $ meson test -C build $ ninja -C build install ``` For the GNOME initiative, see https://wiki.gnome.org/Initiatives/GnomeGoals/MesonPorting [Meson website]: http://mesonbuild.com/ https://gitlab.gnome.org/GNOME/librest/merge_requests/1