Browse Source

Disable unused filebrowser stuff

Signed-off-by: falkTX <falktx@falktx.com>
master
falkTX 3 years ago
parent
commit
6d3b24fdfa
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
7 changed files with 9 additions and 3 deletions
  1. +1
    -1
      Makefile
  2. +1
    -0
      plugins/PowerJuice/Makefile
  3. +1
    -0
      plugins/PowerJuiceX2/Makefile
  4. +1
    -0
      plugins/StutterJuice/Makefile
  5. +2
    -1
      plugins/TriggerJuice/Makefile
  6. +1
    -0
      plugins/VectorJuice/Makefile
  7. +2
    -1
      plugins/WobbleJuice/Makefile

+ 1
- 1
Makefile View File

@@ -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


+ 1
- 0
plugins/PowerJuice/Makefile View File

@@ -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


# -------------------------------------------------------------- # --------------------------------------------------------------


+ 1
- 0
plugins/PowerJuiceX2/Makefile View File

@@ -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


# -------------------------------------------------------------- # --------------------------------------------------------------


+ 1
- 0
plugins/StutterJuice/Makefile View File

@@ -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


# -------------------------------------------------------------- # --------------------------------------------------------------


+ 2
- 1
plugins/TriggerJuice/Makefile View File

@@ -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


# -------------------------------------------------------------- # --------------------------------------------------------------


+ 1
- 0
plugins/VectorJuice/Makefile View File

@@ -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


# -------------------------------------------------------------- # --------------------------------------------------------------


+ 2
- 1
plugins/WobbleJuice/Makefile View File

@@ -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


# -------------------------------------------------------------- # --------------------------------------------------------------


Loading…
Cancel
Save