mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-04-17 22:36:46 +02: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"
|
REQUIRED_DISTRO_FEATURES = "wayland"
|
||||||
|
|
||||||
DEPENDS += " \
|
DEPENDS += " \
|
||||||
libdrm \
|
|
||||||
libxkbcommon \
|
libxkbcommon \
|
||||||
pixman \
|
pixman \
|
||||||
seatd \
|
seatd \
|
||||||
@ -22,6 +21,7 @@ DEPENDS += " \
|
|||||||
wayland-protocols \
|
wayland-protocols \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
PACKAGECONFIG[libdrm] = ",,libdrm"
|
||||||
PACKAGECONFIG[libinput] = ",,libinput"
|
PACKAGECONFIG[libinput] = ",,libinput"
|
||||||
PACKAGECONFIG[gles] = ",,virtual/egl virtual/libgles2"
|
PACKAGECONFIG[gles] = ",,virtual/egl virtual/libgles2"
|
||||||
PACKAGECONFIG[systemd] = ",,systemd"
|
PACKAGECONFIG[systemd] = ",,systemd"
|
||||||
@ -39,8 +39,8 @@ PACKAGECONFIG ?= " \
|
|||||||
"
|
"
|
||||||
|
|
||||||
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 = "ebe3cfaceb77ca3b446fa52af6aedc89c98770e5"
|
SRCREV = "9f41627aa10a94d9427bc315fa3d363a61b94d7c"
|
||||||
PV = "0.14.1+${SRCREV}"
|
PV = "0.15.0"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
@ -48,15 +48,5 @@ inherit meson pkgconfig features_check
|
|||||||
|
|
||||||
EXTRA_OEMESON += "--buildtype release"
|
EXTRA_OEMESON += "--buildtype release"
|
||||||
|
|
||||||
FILES:${PN} = " \
|
|
||||||
${bindir} \
|
|
||||||
${libdir} \
|
|
||||||
"
|
|
||||||
|
|
||||||
FILES:${PN}-dev = " \
|
|
||||||
${includedir} \
|
|
||||||
${libdir}/libwlroots.so \
|
|
||||||
"
|
|
||||||
|
|
||||||
BBCLASSEXTEND = ""
|
BBCLASSEXTEND = ""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user