diff options
author | 2017-01-22 07:54:33 +0100 | |
---|---|---|
committer | 2017-01-22 09:44:01 +0100 | |
commit | da153de2d8355760f4c7b5185efcca2095e73f39 (patch) | |
tree | a0204966c74dd42286b6cf991f3d8e632ff8ba49 /media-libs/libyami/libyami-9999.ebuild | |
parent | media-libs/libyami: remove old (diff) | |
download | gentoo-da153de2d8355760f4c7b5185efcca2095e73f39.tar.gz gentoo-da153de2d8355760f4c7b5185efcca2095e73f39.tar.bz2 gentoo-da153de2d8355760f4c7b5185efcca2095e73f39.zip |
media-libs/libyami: Bump to 1.1.0
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-libs/libyami/libyami-9999.ebuild')
-rw-r--r-- | media-libs/libyami/libyami-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-libs/libyami/libyami-9999.ebuild b/media-libs/libyami/libyami-9999.ebuild index 10af6ad3b5cd..8be8a0110dc8 100644 --- a/media-libs/libyami/libyami-9999.ebuild +++ b/media-libs/libyami/libyami-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -26,7 +26,7 @@ fi LICENSE="Apache-2.0" SLOT="0" -IUSE="debug dmabuf doc md5 v4l X test wayland" +IUSE="debug egl dmabuf doc md5 v4l X test wayland" RDEPEND=" >=x11-libs/libva-1.7.2[drm,X?,wayland?,${MULTILIB_USEDEP}] @@ -53,6 +53,7 @@ multilib_src_configure() { append-cppflags -I"${S}/" ECONF_SOURCE="${S}" econf \ $(use_enable debug) \ + $(use_enable egl) \ $(use_enable v4l v4l2) \ $(use_enable v4l v4l2-ops) \ $(use_enable X x11) \ |