mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
conf: remove alsa.conf.d from the datadir
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
93e03bdc2a
commit
78505dccd2
3 changed files with 1 additions and 11 deletions
|
|
@ -1,4 +1,4 @@
|
|||
SUBDIRS=cards pcm alsa.conf.d
|
||||
SUBDIRS=cards pcm
|
||||
|
||||
if BUILD_UCM
|
||||
SUBDIRS += ucm
|
||||
|
|
|
|||
|
|
@ -1,8 +0,0 @@
|
|||
alsaconfigdir = @ALSA_CONFIG_DIR@
|
||||
alsadir = $(alsaconfigdir)/alsa.conf.d
|
||||
cfg_files = README
|
||||
|
||||
alsa_DATA = $(cfg_files)
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(cfg_files)
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
You can place files named *.conf in this folder and they will be processed
|
||||
when initialising alsa-lib.
|
||||
Loading…
Add table
Add a link
Reference in a new issue