mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 20:18:41 -04:00
gui-apps/wbg: sync live ebuild
Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me>
This commit is contained in:
parent
2428fb58cb
commit
07956f7169
@ -20,12 +20,13 @@ HOMEPAGE="https://codeberg.org/dnkl/wbg"
|
||||
# ZLIB for nanosvg
|
||||
LICENSE="MIT ZLIB"
|
||||
SLOT="0"
|
||||
IUSE="png jpeg webp"
|
||||
IUSE="jpeg jpegxl png webp"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/wayland
|
||||
x11-libs/pixman
|
||||
jpeg? ( media-libs/libjpeg-turbo:= )
|
||||
jpegxl? ( media-libs/libjxl:= )
|
||||
png? ( media-libs/libpng:= )
|
||||
webp? ( media-libs/libwebp:= )
|
||||
"
|
||||
@ -41,8 +42,9 @@ BDEPEND="
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
$(meson_feature png)
|
||||
$(meson_feature jpeg)
|
||||
$(meson_feature jpegxl jxl)
|
||||
$(meson_feature png)
|
||||
$(meson_feature webp)
|
||||
-Dsvg=true
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user