redox/recipes/wip/libs/other/libnotify/recipe.toml
2025-10-13 16:30:09 -03:00

12 lines
235 B
TOML

#TODO not compiled or tested
[source]
tar = "https://download.gnome.org/sources/libnotify/0.8/libnotify-0.8.3.tar.xz"
[build]
template = "meson"
dependencies = [
"gtk3",
"gdk-pixbuf",
"gobject-introspection",
"glib",
]