dev-libs/efl: add support for libraw #586466
authorMike Frysinger <vapier@gentoo.org>
Sun, 12 Mar 2017 03:21:58 +0000 (19:21 -0800)
committerMike Frysinger <vapier@gentoo.org>
Sun, 12 Mar 2017 03:21:58 +0000 (19:21 -0800)
dev-libs/efl/efl-9999.ebuild

index 2ad51a923529079af13bc4e567e84a267a1c2a65..4bf654c481616b81d8f46895a0fd842309b52416 100644 (file)
@@ -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)