summaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* Release 43.alpha43.alphaCarlos Garnacho2022-07-131-1/+1
|
* Release 42.042.0Carlos Garnacho2022-03-191-1/+1
|
* Release 42.rc42.rcCarlos Garnacho2022-03-061-1/+1
|
* Release 42.beta42.betaCarlos Garnacho2022-02-141-1/+1
|
* build: Bump version so other modules can rely on itBastien Nocera2022-01-051-1/+1
|
* Release 41.041.0Carlos Garnacho2021-09-181-1/+1
|
* Release 41.rc41.rcCarlos Garnacho2021-08-281-1/+1
|
* Release 41.alpha41.alphaFlorian Müllner2021-07-231-1/+1
|
* Release 40.040.0Carlos Garnacho2021-03-211-1/+1
|
* Release 40.rc40.rcCarlos Garnacho2021-03-141-1/+1
|
* Release 40.beta40.betaCarlos Garnacho2021-02-141-1/+1
|
* Release 40.alpha40.alphaCarlos Garnacho2021-01-101-1/+1
|
* Release 3.38.03.38.0Carlos Garnacho2020-09-131-1/+1
|
* Release 3.37.923.37.92Carlos Garnacho2020-09-071-1/+1
|
* Release 3.37.23.37.2Carlos Garnacho2020-07-211-1/+1
|
* Release 3.37.13.37.1Carlos Garnacho2020-04-301-1/+1
|
* Release 3.36.03.36.0Carlos Garnacho2020-03-091-1/+1
|
* Release 3.35.913.35.91Carlos Garnacho2020-02-171-1/+1
|
* Release 3.34.03.34.0Carlos Garnacho2019-09-091-1/+1
|
* Release 3.33.923.33.92Carlos Garnacho2019-09-051-1/+1
|
* Release 3.33.903.33.90Carlos Garnacho2019-08-061-1/+1
|
* meson: Bump version requirementRobert Mader2019-08-051-1/+1
| | | | To silence the build warning about it.
* Release 3.33.13.33.1Carlos Garnacho2019-07-181-1/+1
|
* Release 3.33.03.33.0Carlos Garnacho2019-06-241-1/+1
|
* Release 3.32.03.32.0Carlos Garnacho2019-03-111-1/+1
|
* Release 3.31.923.31.92Carlos Garnacho2019-03-061-1/+1
|
* Release 3.31.913.31.91Carlos Garnacho2019-02-201-1/+1
|
* Release 3.31.903.31.90Carlos Garnacho2019-02-061-1/+1
|
* meson: Use configure_file to create pkgconfig fileJeremy Bicha2019-01-161-7/+11
| | | | | | | | | | | meson's pkgconfig module forces libdir to be included in the .pc file. Including libdir breaking multiarch/multilib since we want to install to the architecture-independent /usr/share/pkgconfig/ . Therefore, we have to use configure_file (which is very similar to what we did with autotools anyway). Closes: https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/issues/8
* Release 3.31.0.23.31.0.2Carlos Garnacho2019-01-151-1/+1
|
* Merge branch 'wip/carlosg/issue-6' into 'master'Ignacio Casal Quinteiro2019-01-141-0/+2
|\ | | | | | | | | meson: Generate and install org.gnome.desktop.enums.xml file See merge request GNOME/gsettings-desktop-schemas!12
| * meson: Generate and install org.gnome.desktop.enums.xml fileCarlos Garnacho2019-01-111-0/+2
| | | | | | | | | | | | | | | | | | We were failing to generate it on meson. Avoid gnome.mkenums() since it becomes rather awkward to use (optimized for c/h files output). Probably worth revisiting if https://github.com/mesonbuild/meson/issues/1687 gets better. https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/issues/6
* | Convert post-install script to pythonIgnacio Casal Quinteiro2018-12-211-2/+2
|/ | | | This way it can be used on windows as well
* Release 3.31.0.13.31.0.1Carlos Garnacho2018-12-111-1/+1
|
* build: Compile schemas in a post-install scriptCarlos Garnacho2018-12-111-0/+4
| | | | | | | | | From gnome.compile_schemas meson docs: "Note that this is not for installing schemas and is only useful when running the application locally for example during tests." So delegate compiling schemas in the install dir to a post-install script, similarly to how it's done in GTK+.
* build: Fix include dir in meson-generated .pc fileCarlos Garnacho2018-12-111-0/+1
| | | | Missing the last 'gsettings-desktop-schemas' bit.
* build: Install .pc file in $datadirCarlos Garnacho2018-12-111-0/+1
| | | | This is not arch dependent, so share/pkgconfig it is.
* Add meson build systemIgnacio Casal Quinteiro2018-12-111-0/+40