Merge pull request #65 from schnitzeltony/pkgconfig-fixes

Latest OE-Core pkgconfig fixes
This commit is contained in:
Marko Lindqvist
2021-10-28 12:47:07 +03:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ DEPENDS = "libsdl freealut openal-soft libogg libvorbis freetype libglu libxiner
REQUIRED_DISTRO_FEATURES = "x11"
inherit cmake qemu gtk-icon-cache features_check
inherit cmake pkgconfig qemu gtk-icon-cache features_check
SRC_URI = " \
git://github.com/viewizard/astromenace.git \

View File

@@ -6,7 +6,7 @@ HOMEPAGE = "http://pingus.seul.org/"
RDEPENDS:${PN} += "libmikmod bash"
inherit scons python3native
inherit scons pkgconfig python3native
SRC_URI = "\
git://github.com/Pingus/pingus.git \

View File

@@ -20,7 +20,7 @@ DEPENDS = " \
libsdl2 \
"
inherit cmake gtk-icon-cache features_check
inherit cmake pkgconfig gtk-icon-cache features_check
REQUIRED_DISTRO_FEATURES = "x11"