Skip to content

Commit

Permalink
wpewebkit: Fix PACKAGECONFIG for speech-synthesis
Browse files Browse the repository at this point in the history
Corrected the PACKAGECONFIG option for speech-synthesis by adding a
missing '-' to ensure the proper configuration flag is used.

Unreviewed change.
  • Loading branch information
psaavedra committed Nov 8, 2024
1 parent c795536 commit 8b89543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-browser/wpewebkit/wpewebkit.inc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ PACKAGECONFIG[offscreen-canvas] = "-DENABLE_OFFSCREEN_CANVAS=ON -DENABLE_OFFSCRE

PACKAGECONFIG[service-worker] = "-DENABLE_SERVICE_WORKER=ON,-DENABLE_SERVICE_WORKER=OFF,"

PACKAGECONFIG[speech-synthesis] = "DENABLE_SPEECH_SYNTHESIS=ON,-DENABLE_SPEECH_SYNTHESIS=OFF,flite"
PACKAGECONFIG[speech-synthesis] = "-DENABLE_SPEECH_SYNTHESIS=ON,-DENABLE_SPEECH_SYNTHESIS=OFF,flite"
# Remove speech-synthesis. Flite is not available before langdale.
PACKAGECONFIG:remove = "${@bb.utils.contains_any('LAYERSERIES_CORENAMES', 'kirkstone', 'speech-synthesis', '', d)}"

Expand Down

0 comments on commit 8b89543

Please sign in to comment.