blob: 5e6a76bac06cc82391c0b7f04a4706d337d0e31b (
plain)
1
2
3
4
5
6
7
8
9
10
|
kind: compose
# Use a build dependency on our internal subsubproject target.
#
# There is currently no validation for this but it may be
# introduced in the future. For correctness of this test,
# use a build dependency.
#
build-depends:
- subsubproject.bst:target.bst
|