libcdio-paranoia: add pkgconfig to inherit

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2017-04-13 02:23:06 +02:00
parent 9e1660ef36
commit 25195b1fac

View File

@@ -8,6 +8,6 @@ SRC_URI = "http://ftp.gnu.org/gnu/libcdio/${BPN}-${PV}.tar.bz2"
SRC_URI[md5sum] = "0255aa50e660db7f2c39658b9c565814"
SRC_URI[sha256sum] = "ec1d9b1d5a28cc042f2cb33a7cc0a2b5ce5525f102bc4c15db1fac322559a493"
inherit autotools
inherit autotools pkgconfig
EXTRA_OECONF = "--enable-cpp-progs --disable-static --disable-example-progs"