Disable unused filebrowser stuff

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-01-09 22:13:09 +00:00
parent 6fdb81a537
commit da4ee81c92
No known key found for this signature in database
GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -23,6 +23,7 @@ FILES_UI = \
# Do some magic
UI_TYPE = generic
FILE_BROWSER_DISABLED = true
include ../../dpf/Makefile.plugins.mk
# --------------------------------------------------------------