From 6b6603c124dd7fcb07d6ed09563fcd924afedafb Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 9 Jan 2022 22:14:19 +0000 Subject: [PATCH] Disable unused filebrowser stuff Signed-off-by: falkTX --- Makefile | 2 +- plugins/3BandEQ/Makefile | 1 + plugins/3BandSplitter/Makefile | 1 + plugins/PingPongPan/Makefile | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cae3616..5bfd9d6 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ all: dgl plugins gen dgl: ifeq ($(HAVE_CAIRO_OR_OPENGL),true) - $(MAKE) -C dpf/dgl + $(MAKE) -C dpf/dgl FILE_BROWSER_DISABLED=true endif plugins: dgl diff --git a/plugins/3BandEQ/Makefile b/plugins/3BandEQ/Makefile index 6493957..872fb2d 100644 --- a/plugins/3BandEQ/Makefile +++ b/plugins/3BandEQ/Makefile @@ -23,6 +23,7 @@ FILES_UI = \ # Do some magic UI_TYPE = generic +FILE_BROWSER_DISABLED = true include ../../dpf/Makefile.plugins.mk # -------------------------------------------------------------- diff --git a/plugins/3BandSplitter/Makefile b/plugins/3BandSplitter/Makefile index 7810492..89985d9 100644 --- a/plugins/3BandSplitter/Makefile +++ b/plugins/3BandSplitter/Makefile @@ -23,6 +23,7 @@ FILES_UI = \ # Do some magic UI_TYPE = generic +FILE_BROWSER_DISABLED = true include ../../dpf/Makefile.plugins.mk # -------------------------------------------------------------- diff --git a/plugins/PingPongPan/Makefile b/plugins/PingPongPan/Makefile index 881d1d3..3f7993a 100644 --- a/plugins/PingPongPan/Makefile +++ b/plugins/PingPongPan/Makefile @@ -23,6 +23,7 @@ FILES_UI = \ # Do some magic UI_TYPE = generic +FILE_BROWSER_DISABLED = true include ../../dpf/Makefile.plugins.mk # --------------------------------------------------------------