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}"