diff options
author | Matthias Clasen <mclasen@redhat.com> | 2018-02-19 18:29:00 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2018-02-24 21:34:40 -0500 |
commit | 29bcc38ae62e73b76f0f663e2ecc5e85bfe4ca46 (patch) | |
tree | cff130d8b76d27418228ece1187d98d79133e7c6 /build-aux | |
parent | e6bf832514c04a224c799413bdac7489c7fe9186 (diff) | |
download | gtk+-29bcc38ae62e73b76f0f663e2ecc5e85bfe4ca46.tar.gz |
Convert immodules to use an extension point
Add an extension point called gtk-im-module, which requires
the type GtkIMContext. Simplify the loading by using GIO
infrastructure. Drop the locale filtering for now, I don't
think it is really necessary nowadays.
Convert existing platform modules to gio modules.
Sill to do: Drop the conditional build machinery.
Either always include them, or never.
Diffstat (limited to 'build-aux')
-rwxr-xr-x | build-aux/meson/post-install.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build-aux/meson/post-install.sh b/build-aux/meson/post-install.sh index da564a5b29..ae0665290b 100755 --- a/build-aux/meson/post-install.sh +++ b/build-aux/meson/post-install.sh @@ -15,9 +15,4 @@ if [ -z "$DESTDIR" ]; then echo Updating icon cache... gtk-update-icon-cache -q -t -f ${gtk_datadir}/icons/hicolor - - echo Updating input method modules cache... - gtk_imdir=${gtk_libdir}/gtk-${gtk_api_version}/${gtk_abi_version} - mkdir -p ${gtk_imdir} - gtk4-query-immodules > ${gtk_imdir}/immodules.cache fi |