#TODO not compiled or tested # build instructions: https://gitlab.gnome.org/GNOME/libdex#building [source] tar = "https://download.gnome.org/sources/libdex/0.4/libdex-0.4.1.tar.xz" [build] template = "meson" mesonflags = [ "-Dintrospection=false", "-Dtests=false", ] dependencies = [ "glib", ]