From a1ced75d4a9b3642cc5bd8198ea2ae30c5cece13 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Thu, 22 Aug 2024 20:41:13 +0200 Subject: [PATCH] gbar: fix dependencies --- recipes-gtk/gbar/gbar_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-gtk/gbar/gbar_git.bb b/recipes-gtk/gbar/gbar_git.bb index 93a9530..e5ba5b7 100644 --- a/recipes-gtk/gbar/gbar_git.bb +++ b/recipes-gtk/gbar/gbar_git.bb @@ -21,9 +21,9 @@ DEPENDS += " \ inherit meson pkgconfig features_check -PACKAGECONFIG ?= "sassc ${@bb.utils.filter('DISTRO_FEATURES', 'bluetooth', d)}" +PACKAGECONFIG ?= "sass ${@bb.utils.filter('DISTRO_FEATURES', 'bluetooth', d)}" PACKAGECONFIG[bluetooth] = "-DWithBlueZ=true,-DWithBlueZ=false,bluez5" -PACKAGECONFIG[dbusmenu] = "-DWithSNI=true,-DWithSNI=false,libdbusmenu" -PACKAGECONFIG[sassc] = "-DWithLibSass=true,-DWithLibSass=false,sassc" +PACKAGECONFIG[dbusmenu] = "-DWithSNI=true,-DWithSNI=false,libdbusmenu-gtk" +PACKAGECONFIG[sass] = "-DWithLibSass=true,-DWithLibSass=false,libsass" FILES:${PN} += "${datadir}"