c710f14cc5
Clutter has an API to get the text direction but used to depend on gtk3's translation domain. In order to avoid broken i18n in case gtk3 is not installed, move the transtalable string to clutter itself. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2407>
12 lines
243 B
Plaintext
12 lines
243 B
Plaintext
/* The prefix for our gettext translation domains. */
|
|
#mesondefine GETTEXT_PACKAGE
|
|
|
|
/* Mutter version */
|
|
#mesondefine MUTTER_VERSION
|
|
|
|
/* List of Cogl drivers */
|
|
#mesondefine CLUTTER_DRIVERS
|
|
|
|
/* Supports PangoFt2 */
|
|
#mesondefine HAVE_PANGO_FT2
|