1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-08-29 23:32:04 +02:00

Compare commits

..

3 Commits

Author SHA1 Message Date
DanyLE
76de7fee54 add some wayland based utilities 2023-07-26 14:10:54 +02:00
DanyLE
414f09c83a removing pam 2023-07-26 13:16:50 +02:00
DanyLE
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 " EXTRA_IMAGE_FEATURES ?= " ssh-server-dropbear read-only-rootfs "
# ssh-server-dropbear # ssh-server-dropbear
DISTRO_FEATURES:append := " vc4-gfx opengl wayland pam " DISTRO_FEATURES:append := " vc4-gfx opengl wayland "
DISTRO_FEATURES:remove = " x11 vulkan " DISTRO_FEATURES:remove = " x11 vulkan "
TOOLCHAIN_TARGET_TASK:append = " libgles3-mesa-dev " TOOLCHAIN_TARGET_TASK:append = " libgles3-mesa-dev "
# DISTRO_FEATURES:append := " vc4-gfx opengl directfb " # DISTRO_FEATURES:append := " vc4-gfx opengl directfb "

View File

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