mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 21:34:18 +08:00
12 lines
238 B
TOML
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",
|
|
]
|