diff options
Diffstat (limited to 'build-aux/buildstream/tepl.bst')
-rw-r--r-- | build-aux/buildstream/tepl.bst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/build-aux/buildstream/tepl.bst b/build-aux/buildstream/tepl.bst new file mode 100644 index 0000000..11793fc --- /dev/null +++ b/build-aux/buildstream/tepl.bst @@ -0,0 +1,18 @@ +kind: meson + +sources: +- kind: git_tag + url: gnome_gitlab:swilmet/tepl.git + track: main + +build-depends: +- sdk/gobject-introspection.bst +- sdk/gtk-doc.bst +- freedesktop-sdk.bst:public-stacks/buildsystem-meson.bst + +depends: +- sdk/gsettings-desktop-schemas.bst +- sdk/gtksourceview-4.bst +- world/amtk.bst +- freedesktop-sdk.bst:components/icu.bst +- freedesktop-sdk.bst:bootstrap-import.bst |