• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/hidapi/hidapi.mk
Bernd KuhlsBernd Kuhls committed 8d44239051205 Jun 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
################################################################################
2
#
3
# hidapi
4
#
5
################################################################################
6
​
7
# Use master version as the current stable is very old and some bugs
8
# have been fixed since then.
9
HIDAPI_VERSION = b5b2e1779b6cd2edda3066bbbf0921a2d6b1c3c0
10
HIDAPI_SITE = $(call github,signal11,hidapi,$(HIDAPI_VERSION))
11
HIDAPI_INSTALL_STAGING = YES
12
# No configure provided, so we need to autoreconf.
13
HIDAPI_AUTORECONF = YES
14
HIDAPI_LICENSE = GPLv3 or BSD-3c or HIDAPI license
15
HIDAPI_LICENSE_FILES = LICENSE.txt LICENSE-gpl3.txt LICENSE-bsd.txt LICENSE-orig.txt
16
​
17
HIDAPI_DEPENDENCIES = libusb libgudev
18
​
19
ifeq ($(BR2_PACKAGE_LIBICONV),y)
20
HIDAPI_DEPENDENCIES += libiconv
21
HIDAPI_CONF_ENV += LIBS="-liconv"
22
endif
23
​
24
$(eval $(autotools-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.