You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
593 B
18 lines
593 B
4 years ago
|
################################################################################
|
||
|
#
|
||
|
# libusb-compat
|
||
|
#
|
||
|
################################################################################
|
||
|
|
||
|
LIBUSB_COMPAT_VERSION = 0.1.7
|
||
|
LIBUSB_COMPAT_DIR = libusb-compat-$(LIBUSB_COMPAT_VERSION)
|
||
|
LIBUSB_COMPAT_SOURCE = libusb-compat-$(LIBUSB_COMPAT_VERSION).tar.bz2
|
||
|
LIBUSB_COMPAT_SITE = https://github.com/libusb/libusb-compat-0.1/releases/download/v$(LIBUSB_COMPAT_VERSION)
|
||
|
|
||
|
LIBUSB_COMPAT_CONFIG_SCRIPTS = libusb-config
|
||
|
|
||
|
LIBUSB_COMPAT_DEPENDENCIES = libusb
|
||
|
|
||
|
libusb-compat: | $(TARGET_DIR)
|
||
|
$(call autotools-package)
|