Add dconf

This commit is contained in:
Jeremy Soller 2025-11-14 17:50:12 -07:00
parent b312ecf73b
commit d4c4ec7aa0
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -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",
]