|
@@ -4,13 +4,17 @@
|
|
#
|
|
#
|
|
################################################################################
|
|
################################################################################
|
|
|
|
|
|
-USBREDIR_VERSION = 0.8.0
|
|
|
|
-USBREDIR_SOURCE = usbredir-$(USBREDIR_VERSION).tar.bz2
|
|
|
|
|
|
+USBREDIR_VERSION = 0.11.0
|
|
|
|
+USBREDIR_SOURCE = usbredir-$(USBREDIR_VERSION).tar.xz
|
|
USBREDIR_SITE = http://spice-space.org/download/usbredir
|
|
USBREDIR_SITE = http://spice-space.org/download/usbredir
|
|
USBREDIR_LICENSE = LGPL-2.1+ (libraries)
|
|
USBREDIR_LICENSE = LGPL-2.1+ (libraries)
|
|
USBREDIR_LICENSE_FILES = COPYING.LIB
|
|
USBREDIR_LICENSE_FILES = COPYING.LIB
|
|
USBREDIR_INSTALL_STAGING = YES
|
|
USBREDIR_INSTALL_STAGING = YES
|
|
USBREDIR_DEPENDENCIES = host-pkgconf libusb
|
|
USBREDIR_DEPENDENCIES = host-pkgconf libusb
|
|
|
|
+USBREDIR_CONF_OPTS = \
|
|
|
|
+ -Dgit_werror=disabled \
|
|
|
|
+ -Dtests=disabled \
|
|
|
|
+ -Dtools=disabled
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_USBREDIR_SERVER),y)
|
|
ifeq ($(BR2_PACKAGE_USBREDIR_SERVER),y)
|
|
|
|
|
|
@@ -26,4 +30,4 @@ USBREDIR_POST_INSTALL_TARGET_HOOKS += USBREDIR_POST_INSTALL_TARGET_RM_SERVER
|
|
|
|
|
|
endif # BR2_PACKAGE_USBREDIR_SERVER
|
|
endif # BR2_PACKAGE_USBREDIR_SERVER
|
|
|
|
|
|
-$(eval $(autotools-package))
|
|
|
|
|
|
+$(eval $(meson-package))
|