File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 @@ -22,6 +22,7 @@ FILES_UI = \
2222# --------------------------------------------------------------
2323# Do some magic
2424
25+ FILE_BROWSER_DISABLED = true
2526include ../../dpf/Makefile.plugins.mk
2627
2728# --------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ FILES_UI = \
2222# --------------------------------------------------------------
2323# Do some magic
2424
25+ FILE_BROWSER_DISABLED = true
2526include ../../dpf/Makefile.plugins.mk
2627
2728# --------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ FILES_UI = \
2222# --------------------------------------------------------------
2323# Do some magic
2424
25+ FILE_BROWSER_DISABLED = true
2526include ../../dpf/Makefile.plugins.mk
2627
2728# --------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ FILES_UI = \
2222# --------------------------------------------------------------
2323# Do some magic
2424
25- UI_TYPE =generic
25+ UI_TYPE = generic
26+ FILE_BROWSER_DISABLED = true
2627include ../../dpf/Makefile.plugins.mk
2728
2829# --------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ FILES_UI = \
2222# --------------------------------------------------------------
2323# Do some magic
2424
25+ FILE_BROWSER_DISABLED = true
2526include ../../dpf/Makefile.plugins.mk
2627
2728# --------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ FILES_UI = \
2222# --------------------------------------------------------------
2323# Do some magic
2424
25- UI_TYPE =generic
25+ UI_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