Install .pc of sunxi-mali with -dev package

This commit is contained in:
Nicolas Aguirre 2014-09-17 21:41:54 +00:00
parent c53276a31c
commit f2db99ee63

View File

@ -70,7 +70,7 @@ do_install() {
# Packages like xf86-video-fbturbo dlopen() libUMP.so, so we do need to ship the .so files in ${PN} # Packages like xf86-video-fbturbo dlopen() libUMP.so, so we do need to ship the .so files in ${PN}
FILES_${PN} += "${libdir}/lib*.so" FILES_${PN} += "${libdir}/lib*.so"
FILES_${PN}-dev = "${includedir}" FILES_${PN}-dev = "${includedir} ${libdir}/pkgconfig/*"
# These are closed binaries generated elsewhere so don't check ldflags & text relocations # These are closed binaries generated elsewhere so don't check ldflags & text relocations
INSANE_SKIP_${PN} = "dev-so ldflags textrel" INSANE_SKIP_${PN} = "dev-so ldflags textrel"