Skip to content

Commit

Permalink
add variant
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Applencourt committed Jul 22, 2024
1 parent 539cee5 commit d0c49e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/thapi/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class Thapi(AutotoolsPackage):
# We don't add Python as a runtime dependency of lttng to avoid python propagated as a runtime dependency of thapi
depends_on('python', type=('build'))

variant('archive', default=False, description='Support for live analysis of archive')
with when("+archive"):
depends_on('babeltrace2@archive', type=('build', 'run'))

Expand Down

0 comments on commit d0c49e6

Please sign in to comment.