mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-26 13:38:22 +01:00
wlroots: update
This commit is contained in:
parent
cf12b1cd01
commit
f78450e1bd
@ -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 = ""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user