wlroots: update

This commit is contained in:
MarkusVolk 2021-12-18 07:28:39 +01:00
parent cf12b1cd01
commit f78450e1bd

View File

@ -12,7 +12,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7578fad101710ea2d289ff5411f1b818"
REQUIRED_DISTRO_FEATURES = "wayland"
DEPENDS += " \
libdrm \
libxkbcommon \
pixman \
seatd \
@ -22,6 +21,7 @@ DEPENDS += " \
wayland-protocols \
"
PACKAGECONFIG[libdrm] = ",,libdrm"
PACKAGECONFIG[libinput] = ",,libinput"
PACKAGECONFIG[gles] = ",,virtual/egl virtual/libgles2"
PACKAGECONFIG[systemd] = ",,systemd"
@ -39,8 +39,8 @@ PACKAGECONFIG ?= " \
"
SRC_URI = "git://gitlab.freedesktop.org/wlroots/wlroots.git;branch=master;protocol=https"
SRCREV = "ebe3cfaceb77ca3b446fa52af6aedc89c98770e5"
PV = "0.14.1+${SRCREV}"
SRCREV = "9f41627aa10a94d9427bc315fa3d363a61b94d7c"
PV = "0.15.0"
S = "${WORKDIR}/git"
@ -48,15 +48,5 @@ inherit meson pkgconfig features_check
EXTRA_OEMESON += "--buildtype release"
FILES:${PN} = " \
${bindir} \
${libdir} \
"
FILES:${PN}-dev = " \
${includedir} \
${libdir}/libwlroots.so \
"
BBCLASSEXTEND = ""