1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-07-31 05:00:42 +02:00

Compare commits

...

3 Commits

Author SHA1 Message Date
76de7fee54 add some wayland based utilities 2023-07-26 14:10:54 +02:00
414f09c83a removing pam 2023-07-26 13:16:50 +02:00
9433ea77f0 customing wlroots 2023-07-26 13:12:48 +02:00
4 changed files with 5 additions and 3 deletions

View File

@ -17,7 +17,7 @@ INHERIT += "rm_work"
EXTRA_IMAGE_FEATURES ?= " ssh-server-dropbear read-only-rootfs "
# ssh-server-dropbear
DISTRO_FEATURES:append := " vc4-gfx opengl wayland pam "
DISTRO_FEATURES:append := " vc4-gfx opengl wayland "
DISTRO_FEATURES:remove = " x11 vulkan "
TOOLCHAIN_TARGET_TASK:append = " libgles3-mesa-dev "
# DISTRO_FEATURES:append := " vc4-gfx opengl directfb "

View File

@ -35,7 +35,6 @@ IMAGE_INSTALL:append = "libcurl \
glew \
freetype \
fontconfig \
liberation-fonts \
gdk-pixbuf \
mesa \
sudo \
@ -52,7 +51,7 @@ IMAGE_INSTALL:append = "libcurl \
rsync \
coreutils \
wayland wayland-protocols \
labwc foot \
labwc foot swaybg swayidle swaylock wlr-randr yambar\
qtbase \
qtdeclarative \
qtquickcontrols2 \

View File

@ -0,0 +1 @@
PACKAGECONFIG:remove = " man-pages xwayland "

View File

@ -0,0 +1,2 @@
PACKAGECONFIG += " opengl gbm libinput "
PACKAGECONFIG:remove = " sysvinit systemd x11 xwayland "