summaryrefslogtreecommitdiff
path: root/meson_options.txt
Commit message (Collapse)AuthorAgeFilesLines
* build: Add support for building Nightly versionBastien Nocera2019-09-251-0/+1
| | | | | | | | This includes renaming a few files that mentioned org.gnome.Totem directly as we want the new nightly build to be parallel installable with a stable version, as org.gnome.Totem.Devel. Closes: #359
* build: Make introspection non-optionalBastien Nocera2019-08-061-1/+0
| | | | | | | | | | | Introspection was already non-optional as we required a libpeas-gtk build that linked against gobject-introspection-1.0, so that our call to g_irepository_require() was defined. Make that official, and remove the ability to build without introspection. Closes: #346
* properties: Remove nautilus properties pageBastien Nocera2019-02-111-2/+0
| | | | | | It's now in nautilus itself. See: https://gitlab.gnome.org/GNOME/nautilus/issues/887 https://gitlab.gnome.org/GNOME/nautilus/merge_requests/411
* build: Remove vala optionBastien Nocera2019-02-081-1/+0
| | | | | After the last vala plugin was ported, we don't need an option to build Vala plugins.
* build: Port to meson build systemIñigo Martínez2017-06-231-0/+8
With additional testing and patches from Bastien Nocera <hadess@hadess.net> https://bugzilla.gnome.org/show_bug.cgi?id=783205