diff options
author | Takao Fujiwara <tfujiwar@redhat.com> | 2015-09-07 18:10:19 +0900 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-10-09 00:19:41 -0400 |
commit | a41f02f9b1843e0f0085f801430e55f413a9bf9c (patch) | |
tree | de71f7f2f8971f7b6251f09604f7c09485214a97 /gtk/Makefile.am | |
parent | 138187755fc16afca1898bfae6df8317e1c76429 (diff) | |
download | gtk+-a41f02f9b1843e0f0085f801430e55f413a9bf9c.tar.gz |
GtkIMContextSimple: Load locale compose tables dynamically.
Load /usr/share/X11/locale/$LOCALE/Compose and $HOME/.XCompose
dynamically.
https://bugzilla.gnome.org/show_bug.cgi?id=721120
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index fcd9f92ff4..bf33c8514e 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -14,6 +14,7 @@ AM_CPPFLAGS = \ -DGTK_COMPILATION \ -DGTK_PRINT_BACKENDS=\"$(GTK_PRINT_BACKENDS)\" \ -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED \ + -DX11_DATA_PREFIX=\"$(X11_PREFIX)\" \ -I$(top_builddir) \ -I$(top_builddir)/gtk \ -I$(top_srcdir) \ |