add first working meta-layer
This commit is contained in:
4
recipes-graphics/libsdl2/libsdl2_%.bbappend
Normal file
4
recipes-graphics/libsdl2/libsdl2_%.bbappend
Normal file
@ -0,0 +1,4 @@
|
||||
DEPENS += " mesa libdrm alsa virtual/libgbm virtual/libgles2 virtual/libgl udev libudev "
|
||||
|
||||
PACKAGECONFIG = " kmsdrm opengl gles2 alsa libusb "
|
||||
# PACKAGECONFIG:remove = "x11 wayland"
|
7
recipes-graphics/wayland/weston-init.bbappend
Normal file
7
recipes-graphics/wayland/weston-init.bbappend
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
# change default weston user to diya
|
||||
do_install:append() {
|
||||
if [ -e ${D}/${sysconfdir}/init.d/weston ]; then
|
||||
sed -i 's#WESTON_USER=weston#WESTON_USER=diya WESTON_GROUP=weston#' ${D}/${sysconfdir}/init.d/weston
|
||||
fi
|
||||
}
|
Reference in New Issue
Block a user