diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2022-01-18 18:29:26 -0500 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2022-01-18 18:29:26 -0500 |
commit | 3f9afc914f4e5e6d6dff55e1074679f3a745fbdc (patch) | |
tree | 6608dc259a84234abc252f85739c6c9ad2f55379 /media-libs | |
parent | 002e512b8ec16ee188d147aaa9139c5d5f17de71 (diff) | |
download | gentoo-overlay-3f9afc914f4e5e6d6dff55e1074679f3a745fbdc.tar.xz gentoo-overlay-3f9afc914f4e5e6d6dff55e1074679f3a745fbdc.zip |
media-libs/libjxl: gflags fixed upstream
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libjxl/libjxl-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-libs/libjxl/libjxl-9999.ebuild b/media-libs/libjxl/libjxl-9999.ebuild index 3a74aac..ef50a50 100644 --- a/media-libs/libjxl/libjxl-9999.ebuild +++ b/media-libs/libjxl/libjxl-9999.ebuild @@ -28,9 +28,7 @@ if [[ ${PV} != 9999 ]]; then fi IUSE="doc gdk-pixbuf gif gimp java +jpeg +png +man openexr static-libs test +tools viewers" -# gflags: https://github.com/libjxl/libjxl/issues/1062 RDEPEND="app-arch/brotli[${MULTILIB_USEDEP}] - dev-cpp/gflags[${MULTILIB_USEDEP}] dev-cpp/highway[${MULTILIB_USEDEP}] gdk-pixbuf? ( x11-libs/gdk-pixbuf ) gif? ( media-libs/giflib[${MULTILIB_USEDEP}] ) @@ -42,6 +40,7 @@ RDEPEND="app-arch/brotli[${MULTILIB_USEDEP}] media-libs/libpng[${MULTILIB_USEDEP}] sys-libs/zlib[${MULTILIB_USEDEP}] ) + tools? ( dev-cpp/gflags:= ) viewers? ( dev-qt/qtwidgets dev-qt/qtx11extras |