mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-19 20:08:27 +01:00
gbar: fix dependencies
This commit is contained in:
parent
6d06794b9b
commit
a1ced75d4a
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user