From d4c4ec7aa0dc3dde9bc06ad67a6711e2ae03c8de Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 14 Nov 2025 17:50:12 -0700 Subject: [PATCH] Add dconf --- recipes/wip/libs/gtk/dconf/recipe.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes/wip/libs/gtk/dconf/recipe.toml diff --git a/recipes/wip/libs/gtk/dconf/recipe.toml b/recipes/wip/libs/gtk/dconf/recipe.toml new file mode 100644 index 00000000..1cefa704 --- /dev/null +++ b/recipes/wip/libs/gtk/dconf/recipe.toml @@ -0,0 +1,15 @@ +[source] +tar = "https://download.gnome.org/sources/dconf/0.49/dconf-0.49.0.tar.xz" +blake3 = "41ee23bdab3208f7a08efa134a481c852874dc5846433a665c5a5149511a7659" + +[build] +dependencies = [ + "dbus", + "glib", +] +template = "meson" +mesonflags = [ + "-Dbash_completion=false", + "-Dvapi=false", + "--force-fallback-for=gvdb", +]