mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 08:08:41 +08:00
16 lines
319 B
TOML
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",
|
|
]
|
|
|