Skip to content

Commit da4ee81

Browse files
committed
Disable unused filebrowser stuff
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 6fdb81a commit da4ee81

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ all: dgl plugins gen
1212

1313
dgl:
1414
ifeq ($(HAVE_CAIRO_OR_OPENGL),true)
15-
$(MAKE) -C dpf/dgl
15+
$(MAKE) -C dpf/dgl FILE_BROWSER_DISABLED=true
1616
endif
1717

1818
plugins: dgl

plugins/Nekobi/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ FILES_UI = \
2323
# Do some magic
2424

2525
UI_TYPE = generic
26+
FILE_BROWSER_DISABLED = true
2627
include ../../dpf/Makefile.plugins.mk
2728

2829
# --------------------------------------------------------------

0 commit comments

Comments
 (0)