redox/recipes/wip/libs/other/libnotify/recipe.toml
2025-11-15 11:10:03 -07:00

16 lines
319 B
TOML

[source]
tar = "https://download.gnome.org/sources/libnotify/0.8/libnotify-0.8.4.tar.xz"
blake3 = "1c749e4f1cc85f88348bb363b6d78c8373baa19a6db4d2b3a4cf537c1af6b929"
[build]
dependencies = [
"gdk-pixbuf",
"gtk3",
]
template = "meson"
mesonflags = [
"-Dgtk_doc=false",
"-Dintrospection=disabled",
]