redox/recipes/wip/libs/libnotify/recipe.toml
2024-02-22 03:31:34 +00:00

12 lines
238 B
TOML

#TODO missing script for Meson
[source]
tar = "https://download.gnome.org/sources/libnotify/0.8/libnotify-0.8.3.tar.xz"
[build]
template = "custom"
dependencies = [
"gtk3",
"gdk-pixbuf",
"gobject-introspection",
"glib",
]