Skip to content

Commit 89509c7

Browse files
committed
build: Print the list of enabled drivers
This saves us from having to figure out which drivers were enabled during a build in some other way.
1 parent 6395dda commit 89509c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,3 +321,5 @@ pkgconfig.generate(
321321
subdirs: versioned_libname,
322322
filebase: versioned_libname,
323323
)
324+
325+
summary({'Drivers': drivers, }, section: 'Drivers')

0 commit comments

Comments
 (0)