Skip to content

Commit

Permalink
thunder-clientlibraries: fix package config
Browse files Browse the repository at this point in the history
  • Loading branch information
bramoosterhuis committed Jun 20, 2024
1 parent 8bda632 commit 0362fa8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0362fa8

Please sign in to comment.