@@ -12,7 +12,7 @@ all: dgl plugins gen | |||||
dgl: | dgl: | ||||
ifeq ($(HAVE_CAIRO_OR_OPENGL),true) | ifeq ($(HAVE_CAIRO_OR_OPENGL),true) | ||||
$(MAKE) -C dpf/dgl | |||||
$(MAKE) -C dpf/dgl FILE_BROWSER_DISABLED=true | |||||
endif | endif | ||||
plugins: dgl | plugins: dgl | ||||
@@ -22,6 +22,7 @@ FILES_UI = \ | |||||
# -------------------------------------------------------------- | # -------------------------------------------------------------- | ||||
# Do some magic | # Do some magic | ||||
FILE_BROWSER_DISABLED = true | |||||
include ../../dpf/Makefile.plugins.mk | include ../../dpf/Makefile.plugins.mk | ||||
# -------------------------------------------------------------- | # -------------------------------------------------------------- | ||||
@@ -22,6 +22,7 @@ FILES_UI = \ | |||||
# -------------------------------------------------------------- | # -------------------------------------------------------------- | ||||
# Do some magic | # Do some magic | ||||
FILE_BROWSER_DISABLED = true | |||||
include ../../dpf/Makefile.plugins.mk | include ../../dpf/Makefile.plugins.mk | ||||
# -------------------------------------------------------------- | # -------------------------------------------------------------- | ||||
@@ -22,6 +22,7 @@ FILES_UI = \ | |||||
# -------------------------------------------------------------- | # -------------------------------------------------------------- | ||||
# Do some magic | # Do some magic | ||||
FILE_BROWSER_DISABLED = true | |||||
include ../../dpf/Makefile.plugins.mk | include ../../dpf/Makefile.plugins.mk | ||||
# -------------------------------------------------------------- | # -------------------------------------------------------------- | ||||
@@ -22,7 +22,8 @@ FILES_UI = \ | |||||
# -------------------------------------------------------------- | # -------------------------------------------------------------- | ||||
# Do some magic | # Do some magic | ||||
UI_TYPE=generic | |||||
UI_TYPE = generic | |||||
FILE_BROWSER_DISABLED = true | |||||
include ../../dpf/Makefile.plugins.mk | include ../../dpf/Makefile.plugins.mk | ||||
# -------------------------------------------------------------- | # -------------------------------------------------------------- | ||||
@@ -22,6 +22,7 @@ FILES_UI = \ | |||||
# -------------------------------------------------------------- | # -------------------------------------------------------------- | ||||
# Do some magic | # Do some magic | ||||
FILE_BROWSER_DISABLED = true | |||||
include ../../dpf/Makefile.plugins.mk | include ../../dpf/Makefile.plugins.mk | ||||
# -------------------------------------------------------------- | # -------------------------------------------------------------- | ||||
@@ -22,7 +22,8 @@ FILES_UI = \ | |||||
# -------------------------------------------------------------- | # -------------------------------------------------------------- | ||||
# Do some magic | # Do some magic | ||||
UI_TYPE=generic | |||||
UI_TYPE = generic | |||||
FILE_BROWSER_DISABLED = true | |||||
include ../../dpf/Makefile.plugins.mk | include ../../dpf/Makefile.plugins.mk | ||||
# -------------------------------------------------------------- | # -------------------------------------------------------------- | ||||