diff mbox series

package/wine: update dependencies for 5.12

Message ID 20201030142529.500522-1-nerv@dawncrow.de
State Accepted
Headers show
Series package/wine: update dependencies for 5.12 | expand

Commit Message

André Zwing Oct. 30, 2020, 2:25 p.m. UTC
Signed-off-by: André Hentschel <nerv@dawncrow.de>
---
 package/wine/wine.mk | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

Comments

Thomas Petazzoni Oct. 31, 2020, 3:05 p.m. UTC | #1
On Fri, 30 Oct 2020 15:25:29 +0100
André Hentschel <nerv@dawncrow.de> wrote:

> Signed-off-by: André Hentschel <nerv@dawncrow.de>
> ---
>  package/wine/wine.mk | 14 +++++++++++---
>  1 file changed, 11 insertions(+), 3 deletions(-)

Applied to master with an extended commit log. Thanks!

Thomas
Peter Korsgaard Nov. 2, 2020, 9:58 p.m. UTC | #2
>>>>> "André" == André Hentschel <nerv@dawncrow.de> writes:

 > Signed-off-by: André Hentschel <nerv@dawncrow.de>

Committed to 2020.08.x, thanks.
diff mbox series

Patch

diff --git a/package/wine/wine.mk b/package/wine/wine.mk
index 7d7b22a137..7eafe9b06d 100644
--- a/package/wine/wine.mk
+++ b/package/wine/wine.mk
@@ -145,11 +145,18 @@  else
 WINE_CONF_OPTS += --without-png
 endif
 
+ifeq ($(BR2_PACKAGE_LIBUSB),y)
+WINE_CONF_OPTS += --with-usb
+WINE_DEPENDENCIES += libusb
+else
+WINE_CONF_OPTS += --without-usb
+endif
+
 ifeq ($(BR2_PACKAGE_LIBV4L),y)
-WINE_CONF_OPTS += --with-v4l
+WINE_CONF_OPTS += --with-v4l2
 WINE_DEPENDENCIES += libv4l
 else
-WINE_CONF_OPTS += --without-v4l
+WINE_CONF_OPTS += --without-v4l2
 endif
 
 ifeq ($(BR2_PACKAGE_LIBXML2),y)
@@ -386,7 +393,8 @@  HOST_WINE_CONF_OPTS += \
 	--without-sane \
 	--without-sdl \
 	--without-tiff \
-	--without-v4l \
+	--without-usb \
+	--without-v4l2 \
 	--without-vkd3d \
 	--without-vulkan \
 	--without-x \