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 414665b commit f84aa11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ all: dgl plugins gen

dgl:
ifeq ($(HAVE_OPENGL),true)
$(MAKE) -C dpf/dgl opengl
$(MAKE) -C dpf/dgl opengl FILE_BROWSER_DISABLED=true
endif

plugins: dgl
Expand Down
1 change: 1 addition & 0 deletions plugins/MVerb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ FILES_UI = \
# --------------------------------------------------------------
# Do some magic

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

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

0 comments on commit f84aa11

Please sign in to comment.