summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2023-05-23 21:51:21 +0200
committerMarek Szuba <marecki@gentoo.org>2023-05-23 21:53:50 +0200
commit2bfa05078a93e0dc559ce15c4af965a7ec0d6f4a (patch)
tree82e0f4066c45641ee2b819b08f70bdb98c7acb8e /app-emulation/fuse
parentsci-electronics/labone: add 23.02.42414 (diff)
downloadgentoo-2bfa05078a93e0dc559ce15c4af965a7ec0d6f4a.tar.gz
gentoo-2bfa05078a93e0dc559ce15c4af965a7ec0d6f4a.tar.bz2
gentoo-2bfa05078a93e0dc559ce15c4af965a7ec0d6f4a.zip
app-emulation/fuse: USE=png requires USE=zlib
screenshot.c unconditionally passes Z_BEST_COMPRESSION, a zlib.h macro, to png_set_compression_level(). Funnily enough, the same file first takes pains to only include zlib.h if it was found by configure. Closes: https://bugs.gentoo.org/907034 Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-emulation/fuse')
-rw-r--r--app-emulation/fuse/fuse-1.6.0.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-emulation/fuse/fuse-1.6.0.ebuild b/app-emulation/fuse/fuse-1.6.0.ebuild
index ad8465525cbb..b7f0f065d660 100644
--- a/app-emulation/fuse/fuse-1.6.0.ebuild
+++ b/app-emulation/fuse/fuse-1.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -21,7 +21,8 @@ IUSE="alsa ao backend-X backend-fbcon +backend-gtk3 backend-sdl backend-svga gpm
# At most one audio driver and at most one UI back-end can be enabled at a time
REQUIRED_USE="?? ( alsa ao backend-sdl pulseaudio )
- ?? ( backend-X backend-fbcon backend-gtk3 backend-sdl backend-svga )"
+ ?? ( backend-X backend-fbcon backend-gtk3 backend-sdl backend-svga )
+ png? ( zlib )"
RDEPEND="
>=app-emulation/libspectrum-1.5.0[zlib?]