From 2b1d759d70ee98c7235d976415c63e03e3c9de4b Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 29 Mar 2022 11:19:27 +0200 Subject: [PATCH] waylandpp: provide wayland-scanner for target --- recipes-graphics/wayland/waylandpp_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-graphics/wayland/waylandpp_git.bb b/recipes-graphics/wayland/waylandpp_git.bb index 1adb9f4..0faa82a 100644 --- a/recipes-graphics/wayland/waylandpp_git.bb +++ b/recipes-graphics/wayland/waylandpp_git.bb @@ -4,8 +4,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3aae28cc66d61975114c2b14df215407" SRC_URI = "git://github.com/NilsBrause/waylandpp.git;protocol=https;branch=master" -DEPENDS:class-native = " pugixml-native" -DEPENDS:class-target = " waylandpp-native wayland virtual/egl virtual/libgles2" +DEPENDS = "pugixml" +DEPENDS:append:class-target = " waylandpp-native wayland virtual/egl virtual/libgles2" S = "${WORKDIR}/git" SRCREV = "e5bc48c12651872711ce08ec8da4871e7c522571" @@ -22,7 +22,7 @@ EXTRA_OECMAKE:class-native = " \ " EXTRA_OECMAKE:class-target = " \ - -DBUILD_SCANNER=OFF \ + -DBUILD_SCANNER=ON \ -DBUILD_LIBRARIES=ON \ -DBUILD_DOCUMENTATION=OFF \ -DBUILD_EXAMPLES=OFF \