Skip to content

Commit

Permalink
wpewebkit: inherit features_check
Browse files Browse the repository at this point in the history
otherwise setting REQUIRED_DISTRO_FEATURES has no effect.
Fixes build warning;

wpewebkit-2.46.1-r0 do_package_qa: QA Issue: wpewebkit:
recipe doesn't inherit features_check [unhandled-features-check]

Signed-off-by: Konrad Weihmann <[email protected]>
  • Loading branch information
kwavnet authored and psaavedra committed Oct 22, 2024
1 parent 71b075a commit 2e5278c
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 @@ -17,7 +17,7 @@ DEPENDS:append = " \
libwpe virtual/wpebackend \
"

inherit cmake pkgconfig perlnative python3native
inherit cmake features_check pkgconfig perlnative python3native

# We cannot inherit cmake_qt5 because it will unconditionally add packages
# to DEPENDS which cannot be removed later depending on the options chosen
Expand Down

0 comments on commit 2e5278c

Please sign in to comment.