summaryrefslogtreecommitdiff
path: root/config.h.meson
Commit message (Collapse)AuthorAgeFilesLines
* gtkplacessidebar: implement libcloudproviders supportJulius Härtl2017-09-041-0/+3
| | | | | | | | | | | | | | | | Add integration of the libcloudproviders DBus API to the GtkPlacesSidebar by showing name and sync status of the cloud providers. The exported menu is rendered as a GtkPopover. The sidebar will be updated if the list of cloudproviders changes e.g. by adding or removing an account. If any cloud provider changes detailed information like sync status only the individual sidebar row gets updated. Co-authored-by: Carlos Soriano <csoriano@gnome.org> Co-authored-by: Daniel Boles <dboles@src.gnome.org> https://bugzilla.gnome.org/show_bug.cgi?id=786123
* meson: Make sure ENABLE_NLS is actually definedMatthias Clasen2017-08-271-1/+1
| | | | Despite the comment, we ended up without ENABLE_NLS.
* build: Add the appropriate paths in the configuration headerEmmanuele Bassi2017-05-031-0/+2
| | | | Instead of injecting them into the C compiler arguments.
* meson: build input modulesTim-Philipp Müller2017-05-031-3/+0
| | | | | | | | | We have to work around some ordering problems here. We still manage to keep most of the guts in modules/input/meson.build, so it's not too ugly overall. (The autotools build solves this with a 'make -C ../../input/modules' inside gtk/Makefile, but that's not something we can or want to do.)
* meson: check for more missing config.h definesTim-Philipp Müller2017-05-031-30/+0
| | | | | Lots of them are unused and can be removed. For others we add a check.
* meson: gtk: set GTK_PRINT_BACKENDS define properlyTim-Philipp Müller2017-05-031-0/+2
|
* meson: modules: add printbackendsTim-Philipp Müller2017-05-031-3/+0
| | | | | The cups checks might not work properly everywhere yet, since they don't use cups-config and parse the output yet.
* meson: generate .pc filesTim-Philipp Müller2017-05-031-3/+0
|
* meson: Conditionally check for dependenciesTimm Bäder2017-05-031-0/+6
|
* meson: Add options for x/wayland/broadway backendsTimm Bäder2017-05-031-0/+6
|
* Meson build v2Timm Bäder2017-05-031-0/+9
|
* Add Meson build filesEmmanuele Bassi2017-05-031-0/+302
Original work by: Jussi Pakkanen <jpakkane@gmail.com> https://bugzilla.gnome.org/show_bug.cgi?id=769881