We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fdb81a commit da4ee81Copy full SHA for da4ee81
Makefile
@@ -12,7 +12,7 @@ all: dgl plugins gen
12
13
dgl:
14
ifeq ($(HAVE_CAIRO_OR_OPENGL),true)
15
- $(MAKE) -C dpf/dgl
+ $(MAKE) -C dpf/dgl FILE_BROWSER_DISABLED=true
16
endif
17
18
plugins: dgl
plugins/Nekobi/Makefile
@@ -23,6 +23,7 @@ FILES_UI = \
23
# Do some magic
24
25
UI_TYPE = generic
26
+FILE_BROWSER_DISABLED = true
27
include ../../dpf/Makefile.plugins.mk
28
29
# --------------------------------------------------------------
0 commit comments