From: Alexander Kanavin Date: Thu, 29 Sep 2016 13:32:39 +0000 (+0300) Subject: libdrm: enable optional building of manpages X-Git-Tag: uninative-1.5~1591 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1867b527b81e28c7003aaea137695a7411a1e68f;p=openembedded-core.git libdrm: enable optional building of manpages Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- diff --git a/meta/recipes-graphics/drm/libdrm_2.4.70.bb b/meta/recipes-graphics/drm/libdrm_2.4.70.bb index a2b5282eaf..1811927b65 100644 --- a/meta/recipes-graphics/drm/libdrm_2.4.70.bb +++ b/meta/recipes-graphics/drm/libdrm_2.4.70.bb @@ -19,15 +19,15 @@ SRC_URI = "http://dri.freedesktop.org/libdrm/${BP}.tar.bz2 \ SRC_URI[md5sum] = "920957cfe25a80efb02be9bd90bf3c1e" SRC_URI[sha256sum] = "b17d4b39ed97ca0e4cffa0db06ff609e617bac94646ec38e8e0579d530540e7b" -inherit autotools pkgconfig +inherit autotools pkgconfig manpages EXTRA_OECONF += "--disable-cairo-tests \ --without-cunit \ --enable-omap-experimental-api \ --enable-install-test-programs \ - --disable-manpages \ --disable-valgrind \ " +PACKAGECONFIG[manpages] = "--enable-manpages, --disable-manpages, libxslt-native xmlto-native" ALLOW_EMPTY_${PN}-drivers = "1" PACKAGES =+ "${PN}-tests ${PN}-drivers ${PN}-radeon ${PN}-nouveau ${PN}-omap \