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 b118cb0 commit d082460
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 @@ -11,7 +11,7 @@ all: dgl plugins gen
# --------------------------------------------------------------

dgl:
$(MAKE) -C dpf/dgl opengl
$(MAKE) -C dpf/dgl opengl FILE_BROWSER_DISABLED=true

plugins: dgl
$(MAKE) all -C plugins/glBars
Expand Down
1 change: 1 addition & 0 deletions plugins/glBars/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ FILES_UI = \
# --------------------------------------------------------------
# Do some magic

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

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

0 comments on commit d082460

Please sign in to comment.