commit:     95c0b8d1bd0086aa38e5abc2ee09709f15533f37
Author:     Nick Sarnie <sarnex <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 17 22:36:32 2019 +0000
Commit:     Nick Sarnie <sarnex <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 22:36:46 2019 +0000
URL:        https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=95c0b8d1

app-emulation/wine-vanilla: Fix v4l useflag

Bug: https://bugs.gentoo.org/688206
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>

 app-emulation/wine-vanilla/wine-vanilla-4.10.ebuild | 2 +-
 app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.10.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-4.10.ebuild
index 70c9c99..4d617da 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-4.10.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-4.10.ebuild
@@ -406,7 +406,7 @@ multilib_src_configure() {
                $(use_enable test tests)
                $(use_with truetype freetype)
                $(use_with udev)
-               $(use_with v4l)
+               $(use_with v4l v4l2)
                $(use_with vkd3d)
                $(use_with vulkan)
                $(use_with X x)

diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
index 70c9c99..4d617da 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
@@ -406,7 +406,7 @@ multilib_src_configure() {
                $(use_enable test tests)
                $(use_with truetype freetype)
                $(use_with udev)
-               $(use_with v4l)
+               $(use_with v4l v4l2)
                $(use_with vkd3d)
                $(use_with vulkan)
                $(use_with X x)

Reply via email to