Skip to content

Commit

Permalink
Disable unused filebrowser stuff
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Jan 9, 2022
1 parent 4f91838 commit 6d3b24f
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions plugins/PowerJuice/Makefile
Expand Up @@ -22,6 +22,7 @@ FILES_UI = \
# --------------------------------------------------------------
# Do some magic

FILE_BROWSER_DISABLED = true
include ../../dpf/Makefile.plugins.mk

# --------------------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions plugins/PowerJuiceX2/Makefile
Expand Up @@ -22,6 +22,7 @@ FILES_UI = \
# --------------------------------------------------------------
# Do some magic

FILE_BROWSER_DISABLED = true
include ../../dpf/Makefile.plugins.mk

# --------------------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions plugins/StutterJuice/Makefile
Expand Up @@ -22,6 +22,7 @@ FILES_UI = \
# --------------------------------------------------------------
# Do some magic

FILE_BROWSER_DISABLED = true
include ../../dpf/Makefile.plugins.mk

# --------------------------------------------------------------
Expand Down
3 changes: 2 additions & 1 deletion plugins/TriggerJuice/Makefile
Expand Up @@ -22,7 +22,8 @@ FILES_UI = \
# --------------------------------------------------------------
# Do some magic

UI_TYPE=generic
UI_TYPE = generic
FILE_BROWSER_DISABLED = true
include ../../dpf/Makefile.plugins.mk

# --------------------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions plugins/VectorJuice/Makefile
Expand Up @@ -22,6 +22,7 @@ FILES_UI = \
# --------------------------------------------------------------
# Do some magic

FILE_BROWSER_DISABLED = true
include ../../dpf/Makefile.plugins.mk

# --------------------------------------------------------------
Expand Down
3 changes: 2 additions & 1 deletion plugins/WobbleJuice/Makefile
Expand Up @@ -22,7 +22,8 @@ FILES_UI = \
# --------------------------------------------------------------
# Do some magic

UI_TYPE=generic
UI_TYPE = generic
FILE_BROWSER_DISABLED = true
include ../../dpf/Makefile.plugins.mk

# --------------------------------------------------------------
Expand Down

0 comments on commit 6d3b24f

Please sign in to comment.