Skip to content

Commit 9d8fae3

Browse files
committed
Add workaround for i2c-dev not being loaded on bookworm
1 parent f99f95a commit 9d8fae3

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,5 @@ executable('vpe_3011b_demo', 'src/demos/vpe_3011b_demo.c', dependencies: [dep])
6767

6868
subdir('python')
6969
subdir('overlays')
70+
71+
install_data('widgetlords.conf', install_dir: 'lib/modules-load.d')

widgetlords.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
i2c-dev

0 commit comments

Comments
 (0)