From da4ee81c92acd7a05f3cd116cf15afb172234566 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 9 Jan 2022 22:13:09 +0000 Subject: [PATCH] Disable unused filebrowser stuff Signed-off-by: falkTX --- Makefile | 2 +- plugins/Nekobi/Makefile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 05556b7..e63a9bf 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/Nekobi/Makefile b/plugins/Nekobi/Makefile index adef393..98b5f94 100644 --- a/plugins/Nekobi/Makefile +++ b/plugins/Nekobi/Makefile @@ -23,6 +23,7 @@ FILES_UI = \ # Do some magic UI_TYPE = generic +FILE_BROWSER_DISABLED = true include ../../dpf/Makefile.plugins.mk # --------------------------------------------------------------