Merge branch 'master' into arm64

This commit is contained in:
Serge Schneider
2022-09-01 16:32:50 +01:00
15 changed files with 54 additions and 11 deletions

View File

@@ -13,3 +13,5 @@ obconf
arandr
libcamera-tools
libcamera-apps
python3-pyqt5
python3-opengl

View File

@@ -0,0 +1,5 @@
#!/bin/bash -e
on_chroot << EOF
apt-mark auto python3-pyqt5 python3-opengl
EOF