diff --git a/Makefile b/Makefile index b55692a..18fda74 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ all: dgl plugins gen dgl: ifeq ($(HAVE_CAIRO_OR_OPENGL),true) - $(MAKE) -C dpf/dgl + $(MAKE) -C dpf/dgl FILE_BROWSER_DISABLED=true endif plugins: dgl diff --git a/plugins/PowerJuice/Makefile b/plugins/PowerJuice/Makefile index 363b8f1..17e9ddf 100644 --- a/plugins/PowerJuice/Makefile +++ b/plugins/PowerJuice/Makefile @@ -22,6 +22,7 @@ FILES_UI = \ # -------------------------------------------------------------- # Do some magic +FILE_BROWSER_DISABLED = true include ../../dpf/Makefile.plugins.mk # -------------------------------------------------------------- diff --git a/plugins/PowerJuiceX2/Makefile b/plugins/PowerJuiceX2/Makefile index 39d3d5d..3012e77 100644 --- a/plugins/PowerJuiceX2/Makefile +++ b/plugins/PowerJuiceX2/Makefile @@ -22,6 +22,7 @@ FILES_UI = \ # -------------------------------------------------------------- # Do some magic +FILE_BROWSER_DISABLED = true include ../../dpf/Makefile.plugins.mk # -------------------------------------------------------------- diff --git a/plugins/StutterJuice/Makefile b/plugins/StutterJuice/Makefile index c25ee5f..1684346 100644 --- a/plugins/StutterJuice/Makefile +++ b/plugins/StutterJuice/Makefile @@ -22,6 +22,7 @@ FILES_UI = \ # -------------------------------------------------------------- # Do some magic +FILE_BROWSER_DISABLED = true include ../../dpf/Makefile.plugins.mk # -------------------------------------------------------------- diff --git a/plugins/TriggerJuice/Makefile b/plugins/TriggerJuice/Makefile index 849dcda..01eaae3 100644 --- a/plugins/TriggerJuice/Makefile +++ b/plugins/TriggerJuice/Makefile @@ -22,7 +22,8 @@ FILES_UI = \ # -------------------------------------------------------------- # Do some magic -UI_TYPE=generic +UI_TYPE = generic +FILE_BROWSER_DISABLED = true include ../../dpf/Makefile.plugins.mk # -------------------------------------------------------------- diff --git a/plugins/VectorJuice/Makefile b/plugins/VectorJuice/Makefile index f9fe34a..8e03d50 100644 --- a/plugins/VectorJuice/Makefile +++ b/plugins/VectorJuice/Makefile @@ -22,6 +22,7 @@ FILES_UI = \ # -------------------------------------------------------------- # Do some magic +FILE_BROWSER_DISABLED = true include ../../dpf/Makefile.plugins.mk # -------------------------------------------------------------- diff --git a/plugins/WobbleJuice/Makefile b/plugins/WobbleJuice/Makefile index e77dcdd..a861f8d 100644 --- a/plugins/WobbleJuice/Makefile +++ b/plugins/WobbleJuice/Makefile @@ -22,7 +22,8 @@ FILES_UI = \ # -------------------------------------------------------------- # Do some magic -UI_TYPE=generic +UI_TYPE = generic +FILE_BROWSER_DISABLED = true include ../../dpf/Makefile.plugins.mk # --------------------------------------------------------------