Skip to content

Commit

Permalink
wpewebkit: Update PACKAGECONFIG for experimental WPE platform
Browse files Browse the repository at this point in the history
Added `wayland-native` to the PACKAGECONFIG dependencies for the
`experimental-wpe-platform` option to ensure Wayland tools as
wayland-scanner are in the native toolchain.

Unreviewed change.
  • Loading branch information
psaavedra committed Nov 8, 2024
1 parent 8b89543 commit e11421f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-browser/wpewebkit/wpewebkit_2.46.2.bb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ SRC_URI:class-devupstream = "git://github.com/WebKit/WebKit.git;protocol=https;b
SRCREV:class-devupstream = "4b5574d5a42399b41117f0932048a7b6905a43b6"

# Experimental new WPE platform API
PACKAGECONFIG[experimental-wpe-platform] = "-DENABLE_WPE_PLATFORM=ON,-DENABLE_WPE_PLATFORM=OFF,libinput"
PACKAGECONFIG[experimental-wpe-platform] = "-DENABLE_WPE_PLATFORM=ON,-DENABLE_WPE_PLATFORM=OFF,libinput wayland-native"

EXTRA_OECMAKE += "-DUSE_SYSTEM_SYSPROF_CAPTURE=OFF"

0 comments on commit e11421f

Please sign in to comment.