• 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/libsigrokdecode/Config.in
Peter KorsgaardPeter Korsgaard committed 54915af7c7528 Apr 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
config BR2_PACKAGE_LIBSIGROKDECODE
2
    bool "libsigrokdecode"
3
    select BR2_PACKAGE_LIBGLIB2
4
    select BR2_PACKAGE_PYTHON3
5
    depends on !BR2_PACKAGE_PYTHON # python3
6
    depends on BR2_USE_WCHAR # libglib2/python3
7
    depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2/python3
8
    depends on BR2_USE_MMU # libglib2/python3
9
    depends on !BR2_STATIC_LIBS # python3
10
    help
11
      Libsigrokdecode is a shared library written in C, which
12
      provides (streaming) protocol decoding functionality. Say
13
      yes here if you want to add this functionality to your
14
      buildroot-generated sigrok suite.
15
​
16
      This library is a part of the sigrok software suite.
17
​
18
      http://sigrok.org/wiki/Libsigrokdecode
19
​
20
comment "libsigrokecode needs a toolchain w/ wchar, threads, dynamic library"
21
    depends on BR2_USE_MMU
22
    depends on !BR2_PACKAGE_PYTHON
23
    depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
24
​
25
comment "libsigrokdecode is not compatible with python"
26
    depends on BR2_USE_MMU
27
    depends on BR2_PACKAGE_PYTHON
  • 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.