alsa-lib/conf-remove-alsa.conf.d-from-the-datadir.patch

50 lines
1.4 KiB
Diff
Raw Normal View History

2019-12-25 15:41:27 +08:00
From 78505dccd23546cc77e5221cb21c01325bc0138d Mon Sep 17 00:00:00 2001
From: Jaroslav Kysela <perex@perex.cz>
Date: Wed, 4 Apr 2018 10:02:49 +0200
Subject: [PATCH] conf: remove alsa.conf.d from the datadir
2019-12-25 15:41:27 +08:00
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
---
src/conf/Makefile.am | 2 +-
src/conf/alsa.conf.d/Makefile.am | 8 --------
src/conf/alsa.conf.d/README | 2 --
3 files changed, 1 insertion(+), 11 deletions(-)
delete mode 100644 src/conf/alsa.conf.d/Makefile.am
delete mode 100644 src/conf/alsa.conf.d/README
diff --git a/src/conf/Makefile.am b/src/conf/Makefile.am
index ef2ea9c..2b46f95 100644
2019-12-25 15:41:27 +08:00
--- a/src/conf/Makefile.am
+++ b/src/conf/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS=cards pcm alsa.conf.d
+SUBDIRS=cards pcm
if BUILD_UCM
SUBDIRS += ucm
diff --git a/src/conf/alsa.conf.d/Makefile.am b/src/conf/alsa.conf.d/Makefile.am
deleted file mode 100644
index c91661e..0000000
2019-12-25 15:41:27 +08:00
--- a/src/conf/alsa.conf.d/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-alsaconfigdir = @ALSA_CONFIG_DIR@
-alsadir = $(alsaconfigdir)/alsa.conf.d
-cfg_files = README
-
-alsa_DATA = $(cfg_files)
-
-EXTRA_DIST = \
- $(cfg_files)
diff --git a/src/conf/alsa.conf.d/README b/src/conf/alsa.conf.d/README
deleted file mode 100644
index 9997884..0000000
2019-12-25 15:41:27 +08:00
--- a/src/conf/alsa.conf.d/README
+++ /dev/null
@@ -1,2 +0,0 @@
-You can place files named *.conf in this folder and they will be processed
-when initialising alsa-lib.
--
1.8.3.1
2019-12-25 15:41:27 +08:00