• 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/bluez_utils/Config.in
Gustavo ZacariasGustavo Zacarias committed f4716f79a0130 Mar 2015
Raw file
Source viewDiff to previous
 
1
config BR2_PACKAGE_BLUEZ_UTILS
2
    bool "bluez-utils"
3
    depends on !BR2_STATIC_LIBS
4
    depends on BR2_USE_WCHAR # libglib2
5
    depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, alsa-lib, libglib2
6
    depends on BR2_USE_MMU # dbus, libglib2
7
    select BR2_PACKAGE_DBUS
8
    select BR2_PACKAGE_LIBGLIB2
9
    help
10
      bluez utils
11
​
12
      http://www.kernel.org/pub/linux/bluetooth
13
​
14
if BR2_PACKAGE_BLUEZ_UTILS
15
​
16
config BR2_PACKAGE_BLUEZ_UTILS_COMPAT
17
    bool "BlueZ 3.x compatibility binaries"
18
    help
19
      BlueZ 3.x compatibility binaries like pand, hidd, sdp
20
​
21
config BR2_PACKAGE_BLUEZ_UTILS_AUDIO
22
    bool "audio support"
23
    select BR2_PACKAGE_ALSA_LIB
24
    select BR2_PACKAGE_LIBSNDFILE
25
    help
26
      Audio support
27
​
28
config BR2_PACKAGE_BLUEZ_UTILS_USB
29
    bool "USB support"
30
    depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
31
    select BR2_PACKAGE_LIBUSB
32
    help
33
      USB support
34
​
35
config BR2_PACKAGE_BLUEZ_UTILS_GATT
36
    bool "GATT support"
37
    select BR2_PACKAGE_READLINE
38
    help
39
      Generic Attribute Profile (GATT) support. This provides profile
40
      discovery and description services for Bluetooth Low Energy.
41
      This will install the gatttool utility.
42
endif
43
​
44
comment "bluez-utils needs a toolchain w/ wchar, threads, dynamic library"
45
    depends on BR2_USE_MMU
46
    depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
  • 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.