Skip to content

Commit

Permalink
colord-native: Inherit pkgconfig
Browse files Browse the repository at this point in the history
pkgconfig.bbclass is now required for pkg-config to be present

Signed-off-by: Joshua Watt <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
JPEWdev authored and kraj committed Oct 18, 2021
1 parent 912d7e5 commit 0ab8531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-oe/recipes-support/colord/colord-native.bb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require ${BPN}.inc

FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}-native:"

inherit meson native
inherit meson pkgconfig native

DEPENDS += " \
meson-native \
Expand Down

0 comments on commit 0ab8531

Please sign in to comment.