Bump buildroot to version 2017-02
TG-3 #closed
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 d7cecdf7aab93bfe950e6f83ec526681b8770788c7b2a802bfe50ff97fc17a6c wine-1.8.3.tar.bz2
|
||||
sha256 9756f5a2129b6a83ba701e546173cbff86caa671b0af73eb8f72c03b20c066c6 wine-2.0.tar.bz2
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
WINE_VERSION = 1.8.3
|
||||
WINE_VERSION = 2.0
|
||||
WINE_SOURCE = wine-$(WINE_VERSION).tar.bz2
|
||||
WINE_SITE = https://dl.winehq.org/wine/source/1.8
|
||||
WINE_SITE = https://dl.winehq.org/wine/source/2.0
|
||||
WINE_LICENSE = LGPLv2.1+
|
||||
WINE_LICENSE_FILES = COPYING.LIB LICENSE
|
||||
WINE_DEPENDENCIES = host-bison host-flex host-wine
|
||||
@@ -34,7 +34,7 @@ WINE_CONF_OPTS = \
|
||||
# wrapper believes what the real gcc is named, and force the tuple of
|
||||
# the external toolchain, not the one we compute in GNU_TARGET_NAME.
|
||||
ifeq ($(BR2_TOOLCHAIN_EXTERNAL),y)
|
||||
WINE_CONF_OPTS += TARGETFLAGS="-b $(call qstrip,$(BR2_TOOLCHAIN_EXTERNAL_PREFIX))"
|
||||
WINE_CONF_OPTS += TARGETFLAGS="-b $(TOOLCHAIN_EXTERNAL_PREFIX)"
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ALSA_LIB)$(BR2_PACKAGE_ALSA_LIB_SEQ)$(BR2_PACKAGE_ALSA_LIB_RAWMIDI),yyy)
|
||||
@@ -85,9 +85,9 @@ else
|
||||
WINE_CONF_OPTS += --without-gnutls
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BASE),y)
|
||||
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BASE),y)
|
||||
WINE_CONF_OPTS += --with-gstreamer
|
||||
WINE_DEPENDENCIES += gst-plugins-base
|
||||
WINE_DEPENDENCIES += gst1-plugins-base
|
||||
else
|
||||
WINE_CONF_OPTS += --without-gstreamer
|
||||
endif
|
||||
@@ -221,6 +221,13 @@ else
|
||||
WINE_CONF_OPTS += --without-tiff
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_HAS_UDEV),y)
|
||||
WINE_CONF_OPTS += --with-udev
|
||||
WINE_DEPENDENCIES += udev
|
||||
else
|
||||
WINE_CONF_OPTS += --without-udev
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_XLIB_LIBX11),y)
|
||||
WINE_CONF_OPTS += --with-x
|
||||
WINE_DEPENDENCIES += xlib_libX11
|
||||
|
||||
Reference in New Issue
Block a user