• 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/ola/Config.in
Yann E. MORINYann E. MORIN committed 8d3e126e83018 Aug 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
comment "ola needs a toolchain w/ C++, threads, wchar, dynamic library"
2
    depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR \
3
        || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
4
    depends on BR2_arm || BR2_i386 || BR2_mipsel || BR2_x86_64
5
​
6
config BR2_PACKAGE_OLA
7
    bool "ola (open lighting architecture)"
8
    select BR2_PACKAGE_PROTOBUF
9
    select BR2_PACKAGE_UTIL_LINUX_LIBUUID
10
    select BR2_PACKAGE_UTIL_LINUX
11
    depends on BR2_INSTALL_LIBSTDCPP # protobuf
12
    depends on !BR2_STATIC_LIBS # protobuf
13
    depends on BR2_USE_WCHAR # util-linux
14
    depends on BR2_TOOLCHAIN_HAS_THREADS
15
    depends on BR2_arm || BR2_i386 || BR2_mipsel || BR2_x86_64 # protobuf
16
    # protobuf -> host-protobuf
17
    depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
18
    help
19
      Open Lighting Architecture provides applications
20
      with a mechanism to send and receive DMX512 & RDM
21
      commands using hardware devices and DMX over IP protocols.
22
​
23
      http://www.opendmx.net/index.php/OLA
24
​
25
if BR2_PACKAGE_OLA
26
​
27
menu "bindings and interface"
28
​
29
config BR2_PACKAGE_OLA_WEB
30
    bool "http interface"
31
    select BR2_PACKAGE_LIBMICROHTTPD
32
    help
33
      Build OLA with browser interface.
34
​
35
config BR2_PACKAGE_OLA_PYTHON_BINDINGS
36
    bool "python bindings"
37
    depends on BR2_PACKAGE_PYTHON
38
    select BR2_PACKAGE_PYTHON_PROTOBUF
39
    help
40
      Build OLA with support for the Python language.
41
​
42
config BR2_PACKAGE_OLA_SLP
43
    bool "slp tools"
44
    help
45
      Build OLA with slp tools.
46
​
47
endmenu
48
​
49
menu "tests and examples"
50
​
51
config BR2_PACKAGE_OLA_EXAMPLES
52
    bool "examples"
53
    select BR2_PACKAGE_NCURSES
54
    help
55
      Build OLA examples.
56
​
57
config BR2_PACKAGE_OLA_RDM_TESTS
58
    bool "rdm tests"
59
    depends on BR2_PACKAGE_OLA_PYTHON_BINDINGS
60
    help
61
      Build OLA RDM tests.
62
​
63
endmenu
  • 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.