From f7e4555687c038e73e8b3ca19c5cf43dae205955 Mon Sep 17 00:00:00 2001 From: MarkusVolk Date: Sat, 4 Dec 2021 17:02:18 +0100 Subject: [PATCH] grim: cleanup --- recipes-support/grim/grim_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-support/grim/grim_git.bb b/recipes-support/grim/grim_git.bb index 28cf553..f2d86cc 100644 --- a/recipes-support/grim/grim_git.bb +++ b/recipes-support/grim/grim_git.bb @@ -16,7 +16,7 @@ DEPENDS += " \ wayland \ wayland-native \ wayland-protocols \ - " +" SRC_URI = "git://github.com/emersion/grim.git;protocol=https;branch=master" @@ -26,7 +26,7 @@ SRCREV = "v${PV}" inherit meson pkgconfig features_check -EXTRA_OEMESON += "--buildtype release" +EXTRA_OEMESON = "--buildtype release" BBCLASSEXTEND = ""