mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
wlroots: update
This commit is contained in:
parent
f71950cf12
commit
f3b309af53
@ -13,18 +13,17 @@ REQUIRED_DISTRO_FEATURES = "wayland"
|
|||||||
|
|
||||||
DEPENDS += " \
|
DEPENDS += " \
|
||||||
libdrm \
|
libdrm \
|
||||||
libinput \
|
|
||||||
libxkbcommon \
|
libxkbcommon \
|
||||||
pixman \
|
pixman \
|
||||||
seatd \
|
seatd \
|
||||||
virtual/egl \
|
|
||||||
virtual/libgbm \
|
virtual/libgbm \
|
||||||
virtual/libgles2 \
|
|
||||||
wayland \
|
wayland \
|
||||||
wayland-native \
|
wayland-native \
|
||||||
wayland-protocols \
|
wayland-protocols \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
PACKAGECONFIG[libinput] = ",,libinput"
|
||||||
|
PACKAGECONFIG[gles] = ",,virtual/egl virtual/libgles2"
|
||||||
PACKAGECONFIG[systemd] = ",,systemd"
|
PACKAGECONFIG[systemd] = ",,systemd"
|
||||||
PACKAGECONFIG[sysvinit] = ",,eudev"
|
PACKAGECONFIG[sysvinit] = ",,eudev"
|
||||||
PACKAGECONFIG[vulkan] = ",,vulkan-loader vulkan-headers glslang glslang-native"
|
PACKAGECONFIG[vulkan] = ",,vulkan-loader vulkan-headers glslang glslang-native"
|
||||||
@ -37,10 +36,12 @@ PACKAGECONFIG ?= " \
|
|||||||
${@bb.utils.filter('DISTRO_FEATURES', 'sysvinit', d)} \
|
${@bb.utils.filter('DISTRO_FEATURES', 'sysvinit', d)} \
|
||||||
${@bb.utils.filter('DISTRO_FEATURES', 'vulkan', d)} \
|
${@bb.utils.filter('DISTRO_FEATURES', 'vulkan', d)} \
|
||||||
${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)} \
|
${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)} \
|
||||||
|
gles \
|
||||||
|
libinput \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/swaywm/wlroots.git;branch=master;protocol=https"
|
SRC_URI = "git://github.com/swaywm/wlroots.git;branch=master;protocol=https"
|
||||||
SRCREV = "36cf38742734b003b2abbcd1de910771a8454ef1"
|
SRCREV = "ebe3cfaceb77ca3b446fa52af6aedc89c98770e5"
|
||||||
PV = "0.14.1+${SRCREV}"
|
PV = "0.14.1+${SRCREV}"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
Loading…
Reference in New Issue
Block a user