mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2025-07-31 05:00:42 +02:00
Compare commits
3 Commits
bc0bac3ebc
...
76de7fee54
Author | SHA1 | Date | |
---|---|---|---|
76de7fee54 | |||
414f09c83a | |||
9433ea77f0 |
@ -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 "
|
||||
|
@ -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 \
|
||||
|
1
recipes-wlroots/labwc/labwc_%.bbappend
Normal file
1
recipes-wlroots/labwc/labwc_%.bbappend
Normal file
@ -0,0 +1 @@
|
||||
PACKAGECONFIG:remove = " man-pages xwayland "
|
2
recipes-wlroots/wlroots/wlroots-%.bbappend
Normal file
2
recipes-wlroots/wlroots/wlroots-%.bbappend
Normal file
@ -0,0 +1,2 @@
|
||||
PACKAGECONFIG += " opengl gbm libinput "
|
||||
PACKAGECONFIG:remove = " sysvinit systemd x11 xwayland "
|
Reference in New Issue
Block a user