mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-27 05:58:22 +01:00
imv: enable librsvg; add option to build doc
This commit is contained in:
parent
d8c907e2d4
commit
c7d1252a71
@ -25,13 +25,14 @@ PACKAGECONFIG[x11] = "-Dwindows=all,-Dwindows=wayland,libx11 libglu xcb-util-ren
|
|||||||
PACKAGECONFIG[tiff] = ",,tiff"
|
PACKAGECONFIG[tiff] = ",,tiff"
|
||||||
PACKAGECONFIG[png] = ",,libpng"
|
PACKAGECONFIG[png] = ",,libpng"
|
||||||
PACKAGECONFIG[jpeg] = ",,libjpeg-turbo"
|
PACKAGECONFIG[jpeg] = ",,libjpeg-turbo"
|
||||||
#librsvg shipped in oe-core is too old ... requires v2.44
|
|
||||||
PACKAGECONFIG[rsvg] = ",,librsvg"
|
PACKAGECONFIG[rsvg] = ",,librsvg"
|
||||||
|
PACKAGECONFIG[doc] = ",,asciidoc-native"
|
||||||
|
|
||||||
PACKAGECONFIG ?= " \
|
PACKAGECONFIG ?= " \
|
||||||
jpeg \
|
jpeg \
|
||||||
png \
|
png \
|
||||||
tiff \
|
tiff \
|
||||||
|
rsvg \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/eXeC64/imv.git;protocol=https"
|
SRC_URI = "git://github.com/eXeC64/imv.git;protocol=https"
|
||||||
|
Loading…
Reference in New Issue
Block a user