summaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* Meson: drop "with-" prefix for configurable options.Niels De Graef2018-04-011-2/+2
| | | | | | This is against the GNOME Meson guidelines. Fixes #91.
* Meson: don't use 'auto' values for cheese option.Niels De Graef2018-04-011-5/+3
|
* Meson: restructure to put the options at the top.Niels De Graef2018-04-011-9/+9
| | | | It's easier to keep them in sync with meson_options.txt this way.
* Documentation: auto-build the valadoc docs.Niels De Graef2018-03-311-0/+6
| | | | | We won't them by defaul though, you have to explicitly set 'docs' to true when configuring meson.
* Release stable version 3.28.3.28Niels De Graef2018-03-121-1/+1
| | | | Hurray! \o/
* Release unstable version 3.27.92.3.27.92Niels De Graef2018-03-051-1/+1
|
* Meson: don't use a micro version for --target-glibNiels De Graef2018-02-131-1/+1
|
* Release unstable version 3.27.90.3.27.90Niels De Graef2018-02-051-1/+1
|
* Don't show a map for an address.Niels De Graef2018-01-191-7/+0
| | | | | | * It crashed on X * It didn't render properly on Wayland * There are privacy issues
* Port contacts-esd-setup to Vala.Niels De Graef2018-01-171-0/+1
|
* Release unstable version 3.27.4.3.27.4Niels De Graef2018-01-091-1/+1
|
* Make telepathy dependency optionalCosimo Cecchi2018-01-011-2/+6
| | | | | | | Telepathy is on the way out; remove the mandatory dependency from gnome-contacts. https://bugzilla.gnome.org/show_bug.cgi?id=790037
* Build: make Maps optional.Niels De Graef2017-12-291-3/+7
| | | | | | | This is a wanted feature for several reasons: * In an X11 session, this feature makes Contacts crash (for some). * In a Wayland session, it has trouble being properly rendered. * The status of what tile provider we can use is still unclear.
* Meson: install search provider to the correct dir.Niels De Graef2017-12-281-3/+8
| | | | Also: clean up the directory handling a bit.
* Use G_LOG_DOMAIN.Niels De Graef2017-12-021-0/+1
|
* Release unstable version 3.27.23.27.2Niels De Graef2017-11-131-1/+1
|
* Meson: make sure cheese is required when told soNiels De Graef2017-09-121-2/+3
|
* Meson: allow 'auto' value for `with-cheese`.Niels De Graef2017-09-111-5/+10
| | | | This brings the options up par with the autotools build.
* Release version 3.263.26Niels De Graef2017-09-111-1/+1
|
* Release version 3.25.92.13.25.92.1Niels De Graef2017-09-051-1/+1
| | | | | | | | | This fixes a build error (bug 787299), by remove an unused enum from the GSettings file. The option for the enum itself was removed in commit 6e8656ec552891f00bbe4ac2892c619e14029a90 and hasn't been used since. It only gave us errors when trying to compile the schema.
* Release version 3.25.923.25.92Niels De Graef2017-09-041-1/+1
|
* Meson: fix versions (of dependencies).Niels De Graef2017-09-031-12/+15
| | | | | | | * Version in meson.build was not correct. * Dependencies with same versioning use a common variable * Use `dependency()` for `libedataserverui` rather than `find_library` * Use the minimal GLib version for the `--target-glib` option.
* Meson: add post-install script.Niels De Graef2017-08-231-0/+4
| | | | To make sure the icon cache etc. are updated.
* Ported the build system to Meson.Niels De Graef2017-08-231-0/+66
For this cycle, we will still support autotools. This is not guaranteed however for 3.27 and later.