diff options
Diffstat (limited to 'build-aux/buildstream/amtk.bst')
-rw-r--r-- | build-aux/buildstream/amtk.bst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/build-aux/buildstream/amtk.bst b/build-aux/buildstream/amtk.bst new file mode 100644 index 0000000..11f9c34 --- /dev/null +++ b/build-aux/buildstream/amtk.bst @@ -0,0 +1,15 @@ +kind: meson + +sources: +- kind: git_tag + url: gnome_gitlab:World/amtk.git + track: master + +build-depends: +- sdk/gobject-introspection.bst +- sdk/gtk-doc.bst +- freedesktop-sdk.bst:public-stacks/buildsystem-meson.bst + +depends: +- sdk/gtk+-3.bst +- freedesktop-sdk.bst:bootstrap-import.bst |