Merge pull request #65 from schnitzeltony/pkgconfig-fixes
Latest OE-Core pkgconfig fixes
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user