From c7d1252a716fe70dce5f0069ae8d447c70f0cf21 Mon Sep 17 00:00:00 2001 From: MarkusVolk Date: Wed, 22 Sep 2021 10:50:13 +0200 Subject: [PATCH] imv: enable librsvg; add option to build doc --- recipes-support/imv/imv_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-support/imv/imv_git.bb b/recipes-support/imv/imv_git.bb index 4e1dcc5..e758321 100644 --- a/recipes-support/imv/imv_git.bb +++ b/recipes-support/imv/imv_git.bb @@ -25,13 +25,14 @@ PACKAGECONFIG[x11] = "-Dwindows=all,-Dwindows=wayland,libx11 libglu xcb-util-ren PACKAGECONFIG[tiff] = ",,tiff" PACKAGECONFIG[png] = ",,libpng" PACKAGECONFIG[jpeg] = ",,libjpeg-turbo" -#librsvg shipped in oe-core is too old ... requires v2.44 PACKAGECONFIG[rsvg] = ",,librsvg" +PACKAGECONFIG[doc] = ",,asciidoc-native" PACKAGECONFIG ?= " \ jpeg \ png \ tiff \ + rsvg \ " SRC_URI = "git://github.com/eXeC64/imv.git;protocol=https"