summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2024-05-05 21:28:18 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2024-05-05 21:28:18 (GMT)
commitae2563772fb8c3e3ffb2a980e5c2663da06e31a2 (patch)
treee331de814772420e91957988974bde50883d8a18 /configure.ac
parent279191e1e01875b65237d0a1bc38dbc729f262fa (diff)
Save and restore the application state from global settings.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 25077fe..790ff74 100644
--- a/configure.ac
+++ b/configure.ac
@@ -369,6 +369,8 @@ else
libgobj_version='-'
fi
+GLIB_GSETTINGS
+
PKG_CHECK_MODULES(LIBGTHREAD,gthread-2.0 >= 2.66.8,[libgthread_found=yes],[libgthread_found=no])
if test "$libgthread_found" = "yes"; then
@@ -808,6 +810,7 @@ AC_CONFIG_FILES([Makefile
src/gui/tb/Makefile
src/mangling/Makefile
src/plugins/Makefile
+ src/schemas/Makefile
tools/Makefile
tools/d2c/Makefile
tools/d2c/args/Makefile