• 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/libsigrok/libsigrok.mk
Bernd KuhlsBernd Kuhls committed b428801934a31 Jan 2016
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# libsigrok
4
#
5
################################################################################
6
​
7
LIBSIGROK_VERSION = 0.4.0
8
LIBSIGROK_SITE = http://sigrok.org/download/source/libsigrok
9
LIBSIGROK_LICENSE = GPLv3+
10
LIBSIGROK_LICENSE_FILES = COPYING
11
LIBSIGROK_INSTALL_STAGING = YES
12
LIBSIGROK_DEPENDENCIES = libglib2 libzip host-pkgconf
13
LIBSIGROK_CONF_OPTS = --disable-glibtest --disable-java --disable-python
14
​
15
ifeq ($(BR2_PACKAGE_LIBSERIALPORT),y)
16
LIBSIGROK_CONF_OPTS += --enable-libserialport
17
LIBSIGROK_DEPENDENCIES += libserialport
18
else
19
LIBSIGROK_CONF_OPTS += --disable-libserialport
20
endif
21
​
22
ifeq ($(BR2_PACKAGE_LIBFTDI),y)
23
LIBSIGROK_CONF_OPTS += --enable-libftdi
24
LIBSIGROK_DEPENDENCIES += libftdi
25
else
26
LIBSIGROK_CONF_OPTS += --disable-libftdi
27
endif
28
​
29
ifeq ($(BR2_PACKAGE_LIBUSB),y)
30
LIBSIGROK_CONF_OPTS += --enable-libusb
31
LIBSIGROK_DEPENDENCIES += libusb
32
else
33
LIBSIGROK_CONF_OPTS += --disable-libusb
34
endif
35
​
36
ifeq ($(BR2_PACKAGE_GLIBMM),y)
37
LIBSIGROK_DEPENDENCIES += glibmm
38
endif
39
​
40
ifeq ($(BR2_PACKAGE_LIBSIGROKCXX),y)
41
LIBSIGROK_CONF_OPTS += --enable-cxx
42
LIBSIGROK_AUTORECONF_OPTS += -I $(HOST_DIR)/usr/share/autoconf-archive
43
LIBSIGROK_DEPENDENCIES += \
44
    host-autoconf-archive \
45
    glibmm \
46
    host-doxygen \
47
    $(if $(BR2_PACKAGE_PYTHON3),host-python3,host-python)
48
else
49
LIBSIGROK_CONF_OPTS += --disable-cxx
50
endif
51
​
52
$(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.