1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-08-01 21:50:55 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
ce7171b9bd feat: add qt5 support to image 2023-07-18 13:32:06 +02:00
d478023a32 feat: add qt5 support to image 2023-07-18 13:31:02 +02:00
2 changed files with 4 additions and 0 deletions

View File

@ -44,5 +44,7 @@ IMAGE_INSTALL:append = "libcurl \
wpa-supplicant \
evtest \
raspi-gpio \
qt-base \
qt5-opengles2-test \
"

View File

@ -0,0 +1,2 @@
PACKAGECONFIG += " freetype jpeg libpng kms openssl widgets gles2 eglfs optimize-size udev "
PACKAGECONFIG:remove = " tests tools examples "