mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 14:54:20 +08:00
libnotify: update and fix
This commit is contained in:
parent
98dac32a9a
commit
16b3b50acd
@ -1,11 +1,15 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
tar = "https://download.gnome.org/sources/libnotify/0.8/libnotify-0.8.3.tar.xz"
|
||||
tar = "https://download.gnome.org/sources/libnotify/0.8/libnotify-0.8.4.tar.xz"
|
||||
blake3 = "1c749e4f1cc85f88348bb363b6d78c8373baa19a6db4d2b3a4cf537c1af6b929"
|
||||
|
||||
[build]
|
||||
template = "meson"
|
||||
dependencies = [
|
||||
"gtk3",
|
||||
"gdk-pixbuf",
|
||||
"gobject-introspection",
|
||||
"glib",
|
||||
"gtk3",
|
||||
]
|
||||
template = "meson"
|
||||
mesonflags = [
|
||||
"-Dgtk_doc=false",
|
||||
"-Dintrospection=disabled",
|
||||
]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user