File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ all: dgl plugins gen
1212
1313dgl :
1414ifeq ($(HAVE_CAIRO_OR_OPENGL ) ,true)
15- $(MAKE) -C dpf/dgl
15+ $(MAKE) -C dpf/dgl FILE_BROWSER_DISABLED=true
1616endif
1717
1818plugins : dgl
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ FILES_UI = \
2323# Do some magic
2424
2525UI_TYPE = generic
26+ FILE_BROWSER_DISABLED = true
2627include ../../dpf/Makefile.plugins.mk
2728
2829# --------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ FILES_UI = \
2323# Do some magic
2424
2525UI_TYPE = generic
26+ FILE_BROWSER_DISABLED = true
2627include ../../dpf/Makefile.plugins.mk
2728
2829# --------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ FILES_UI = \
2323# Do some magic
2424
2525UI_TYPE = generic
26+ FILE_BROWSER_DISABLED = true
2627include ../../dpf/Makefile.plugins.mk
2728
2829# --------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments