]> git.ipfire.org Git - thirdparty/gettext.git/commit
hello-c-gnome3: Fix an error "Settings schema 'org.gnu.gettext.examples.hello' is...
authorBruno Haible <bruno@clisp.org>
Mon, 16 Dec 2024 13:58:07 +0000 (14:58 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 16 Dec 2024 19:39:16 +0000 (20:39 +0100)
commit3d453c2a0382913eea956bf153bbd025dff5a364
treeca0fcbbc755a1d4371e0c2e61cd3dd026b3628ab
parent57472e6fd69f7c14ad0101d0627a5a075fcf1b0b
hello-c-gnome3: Fix an error "Settings schema 'org.gnu.gettext.examples.hello' is not installed".

* gettext-tools/examples/hello-c-gnome3/configure.ac: Invoke
gl_BUILD_TO_HOST_LOCALEDIR, gl_BUILD_TO_HOST_PKGDATADIR.
* gettext-tools/examples/hello-c-gnome3/Makefile.am (DEFS): Define also
PKGDATADIR.
(pkgdata_DATA): New variable.
* gettext-tools/examples/hello-c-gnome3/hello.c (main): Add PKGDATADIR to the
GSETTINGS_SCHEMA_DIR value.
gettext-tools/examples/hello-c-gnome3/Makefile.am
gettext-tools/examples/hello-c-gnome3/configure.ac
gettext-tools/examples/hello-c-gnome3/hello.c