mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-27 05:58:22 +01:00
wlroots: update
This commit is contained in:
parent
c4cb78f9df
commit
df9117bd0d
@ -15,14 +15,13 @@ DEPENDS += " \
|
|||||||
libxkbcommon \
|
libxkbcommon \
|
||||||
pixman \
|
pixman \
|
||||||
seatd \
|
seatd \
|
||||||
virtual/libgbm \
|
|
||||||
wayland \
|
wayland \
|
||||||
wayland-native \
|
wayland-native \
|
||||||
wayland-protocols \
|
wayland-protocols \
|
||||||
"
|
"
|
||||||
|
|
||||||
PACKAGECONFIG[examples] = "-Dexamples=true,-Dexamples=false"
|
PACKAGECONFIG[examples] = "-Dexamples=true,-Dexamples=false,libpng ffmpeg"
|
||||||
PACKAGECONFIG[gles] = ",,virtual/egl virtual/libgles2"
|
PACKAGECONFIG[gles] = ",,virtual/egl virtual/libgles2 virtual/libgbm"
|
||||||
PACKAGECONFIG[libdrm] = ",,libdrm"
|
PACKAGECONFIG[libdrm] = ",,libdrm"
|
||||||
PACKAGECONFIG[libinput] = ",,libinput"
|
PACKAGECONFIG[libinput] = ",,libinput"
|
||||||
PACKAGECONFIG[systemd] = ",,systemd"
|
PACKAGECONFIG[systemd] = ",,systemd"
|
||||||
@ -33,11 +32,12 @@ PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,xwayland xcb-u
|
|||||||
|
|
||||||
PACKAGECONFIG ?= " \
|
PACKAGECONFIG ?= " \
|
||||||
${@bb.utils.filter('DISTRO_FEATURES', 'systemd sysvinit vulkan x11 xwayland', d)} \
|
${@bb.utils.filter('DISTRO_FEATURES', 'systemd sysvinit vulkan x11 xwayland', d)} \
|
||||||
|
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles', 'libdrm', d)} \
|
||||||
libinput \
|
libinput \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI = "git://gitlab.freedesktop.org/wlroots/wlroots.git;branch=master;protocol=https"
|
SRC_URI = "git://gitlab.freedesktop.org/wlroots/wlroots.git;branch=master;protocol=https"
|
||||||
SRCREV = "19896e7fb63db73c4a66b68a79d7cbd039198a1d"
|
SRCREV = "0173275f7ed709dc9c3c6115bc8112bf1185d6ec"
|
||||||
PV = "0.15.1"
|
PV = "0.15.1"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
Loading…
Reference in New Issue
Block a user