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