• 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/alsa-utils/Config.in
Peter KorsgaardPeter Korsgaard committed c69088b8c3515 May 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
comment "alsa-utils needs a toolchain w/ threads"
2
    depends on BR2_USE_MMU # fork
3
    depends on !BR2_TOOLCHAIN_HAS_THREADS
4
​
5
config BR2_PACKAGE_ALSA_UTILS
6
    bool "alsa-utils"
7
    depends on BR2_USE_MMU # fork
8
    depends on BR2_TOOLCHAIN_HAS_THREADS # alsa-lib
9
    select BR2_PACKAGE_ALSA_LIB
10
    select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
11
    help
12
      This package contains the command line utilities for the ALSA
13
      project.
14
​
15
      http://www.alsa-project.org/
16
​
17
if BR2_PACKAGE_ALSA_UTILS
18
menu "ALSA utils selection"
19
​
20
config BR2_PACKAGE_ALSA_UTILS_ALSACONF
21
    bool "alsaconf"
22
​
23
config BR2_PACKAGE_ALSA_UTILS_ALSACTL
24
    bool "alsactl"
25
    default y
26
​
27
config BR2_PACKAGE_ALSA_UTILS_ALSAMIXER
28
    bool "alsamixer"
29
    select BR2_PACKAGE_NCURSES
30
    select BR2_PACKAGE_NCURSES_TARGET_PANEL
31
    select BR2_PACKAGE_NCURSES_TARGET_FORM
32
    select BR2_PACKAGE_NCURSES_TARGET_MENU
33
    select BR2_PACKAGE_ALSA_LIB_MIXER
34
    depends on BR2_USE_WCHAR
35
    default y
36
​
37
comment "alsamixer needs a toolchain w/ wchar"
38
    depends on !BR2_USE_WCHAR
39
​
40
config BR2_PACKAGE_ALSA_UTILS_AMIDI
41
    select BR2_PACKAGE_ALSA_LIB_RAWMIDI
42
    select BR2_PACKAGE_ALSA_LIB_SEQ
43
    bool "amidi"
44
​
45
config BR2_PACKAGE_ALSA_UTILS_AMIXER
46
    select BR2_PACKAGE_ALSA_LIB_MIXER
47
    bool "amixer"
48
​
49
config BR2_PACKAGE_ALSA_UTILS_APLAY
50
    select BR2_PACKAGE_ALSA_LIB_PCM
51
    bool "aplay/arecord"
52
​
53
config BR2_PACKAGE_ALSA_UTILS_IECSET
54
    select BR2_PACKAGE_ALSA_LIB_PCM
55
    bool "iecset"
56
​
57
config BR2_PACKAGE_ALSA_UTILS_ACONNECT
58
    select BR2_PACKAGE_ALSA_LIB_SEQ
59
    bool "aconnect"
60
​
61
config BR2_PACKAGE_ALSA_UTILS_ALSAUCM
62
    bool "alsaucm"
63
​
64
config BR2_PACKAGE_ALSA_UTILS_APLAYMIDI
65
    select BR2_PACKAGE_ALSA_LIB_SEQ
66
    bool "aplaymidi"
67
​
68
config BR2_PACKAGE_ALSA_UTILS_ARECORDMIDI
69
    select BR2_PACKAGE_ALSA_LIB_SEQ
70
    bool "arecordmidi"
71
​
72
config BR2_PACKAGE_ALSA_UTILS_ASEQDUMP
73
    select BR2_PACKAGE_ALSA_LIB_SEQ
74
    bool "aseqdump"
75
​
76
config BR2_PACKAGE_ALSA_UTILS_ASEQNET
77
    select BR2_PACKAGE_ALSA_LIB_SEQ
78
    bool "aseqnet"
79
​
80
config BR2_PACKAGE_ALSA_UTILS_SPEAKER_TEST
81
    select BR2_PACKAGE_ALSA_LIB_PCM
82
    bool "speaker-test"
83
​
84
endmenu
85
​
86
endif
  • 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.