mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 07:44:18 +08:00
Add dconf
This commit is contained in:
parent
b312ecf73b
commit
d4c4ec7aa0
15
recipes/wip/libs/gtk/dconf/recipe.toml
Normal file
15
recipes/wip/libs/gtk/dconf/recipe.toml
Normal 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",
|
||||||
|
]
|
||||||
Loading…
Reference in New Issue
Block a user