diff --git a/recipes-wlroots/wlroots/wlroots_git.bb b/recipes-wlroots/wlroots/wlroots_git.bb index e081896..3977dc0 100644 --- a/recipes-wlroots/wlroots/wlroots_git.bb +++ b/recipes-wlroots/wlroots/wlroots_git.bb @@ -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 = ""