commit:     d47c5615322783e35f6426900aaad63a8f354cbd
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 12 03:21:58 2017 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Sun Mar 12 03:21:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d47c5615

dev-libs/efl: add support for libraw #586466

 dev-libs/efl/efl-9999.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-libs/efl/efl-9999.ebuild b/dev-libs/efl/efl-9999.ebuild
index 2ad51a92352..4bf654c4816 100644
--- a/dev-libs/efl/efl-9999.ebuild
+++ b/dev-libs/efl/efl-9999.ebuild
@@ -22,7 +22,7 @@ inherit enlightenment pax-utils
 DESCRIPTION="Enlightenment Foundation Libraries all-in-one package"
 
 LICENSE="BSD-2 GPL-2 LGPL-2.1 ZLIB"
-IUSE="+bmp debug drm +eet egl fbcon +fontconfig fribidi gif gles glib gnutls 
gstreamer harfbuzz +ico ibus jpeg2k libressl neon oldlua opengl ssl physics 
pixman +png +ppm +psd pulseaudio scim sdl sound systemd tga tiff tslib v4l 
valgrind wayland webp X xim xine xpm"
+IUSE="+bmp debug drm +eet egl fbcon +fontconfig fribidi gif gles glib gnutls 
gstreamer harfbuzz +ico ibus jpeg2k libressl neon oldlua opengl ssl physics 
pixman +png +ppm +psd pulseaudio raw scim sdl sound systemd tga tiff tslib v4l 
valgrind wayland webp X xim xine xpm"
 
 REQUIRED_USE="
        pulseaudio?     ( sound )
@@ -66,6 +66,7 @@ RDEPEND="
        pixman? ( x11-libs/pixman )
        png? ( media-libs/libpng:0= )
        pulseaudio? ( media-sound/pulseaudio )
+       raw? ( media-libs/libraw )
        scim? ( app-i18n/scim )
        sdl? (
                media-libs/libsdl2
@@ -224,6 +225,7 @@ src_configure() {
                $(use_enable ppm image-loader-pmaps)
                $(use_enable psd image-loader-psd)
                $(use_enable pulseaudio)
+               $(use_enable raw libraw)
                $(use_enable scim)
                $(use_enable sdl)
                $(use_enable sound audio)

Reply via email to