1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-04-29 19:06:45 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
DanyLE
7022952f23 fix package dependencies 2023-07-19 13:24:29 +02:00
DanyLE
6ce7173e4a fix package dependencies 2023-07-19 13:24:19 +02:00
2 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,7 @@ IMAGE_INSTALL:append = "libcurl \
udev \ udev \
glew \ glew \
freetype \ freetype \
freeglut \
mesa \ mesa \
sudo \ sudo \
libsdl2 \ libsdl2 \

View File

@ -0,0 +1,2 @@
PACKAGECONFIG += " gles "
PACKAGECONFIG:remove = " x11 wayland "