From 0362fa8d8ba3eca2d7834487e36d2be09d9ba200 Mon Sep 17 00:00:00 2001 From: Bram Oosterhuis Date: Thu, 20 Jun 2024 15:02:58 +0200 Subject: [PATCH] thunder-clientlibraries: fix package config --- .../thunder-clientlibraries/thunder-clientlibraries.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-thunder/thunder-clientlibraries/thunder-clientlibraries.inc b/recipes-thunder/thunder-clientlibraries/thunder-clientlibraries.inc index d88cc0f..639927d 100644 --- a/recipes-thunder/thunder-clientlibraries/thunder-clientlibraries.inc +++ b/recipes-thunder/thunder-clientlibraries/thunder-clientlibraries.inc @@ -29,7 +29,7 @@ PACKAGECONFIG ??= "\ PACKAGECONFIG:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'secapi', ' cryptography_secapi', 'cryptography_openssl', d)}" -PACKAGECONFIG:append = "${@bb.utils.contains('DISTRO_FEATURES', 'weston', 'compositorclient_wayland compositorclient_wayland_weston', '', d)}" +PACKAGECONFIG:append = "${@bb.utils.contains('DISTRO_FEATURES', 'weston', " compositorclient_wayland compositorclient_wayland_weston", '', d)}" PACKAGECONFIG:append:rdk = " compositorclient_wayland compositorclient_wayland_westeros" PACKAGECONFIG[bluetoothaudiosink] = "-DBLUETOOTHAUDIOSINK=ON,-DBLUETOOTHAUDIOSINK=OFF,bluez5"