Skip to content

Commit d082460

Browse files
committed
Disable unused filebrowser stuff
Signed-off-by: falkTX <falktx@falktx.com>
1 parent b118cb0 commit d082460

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ all: dgl plugins gen
1111
# --------------------------------------------------------------
1212

1313
dgl:
14-
$(MAKE) -C dpf/dgl opengl
14+
$(MAKE) -C dpf/dgl opengl FILE_BROWSER_DISABLED=true
1515

1616
plugins: dgl
1717
$(MAKE) all -C plugins/glBars

plugins/glBars/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ FILES_UI = \
2121
# --------------------------------------------------------------
2222
# Do some magic
2323

24+
FILE_BROWSER_DISABLED = true
2425
include ../../dpf/Makefile.plugins.mk
2526

2627
# --------------------------------------------------------------

0 commit comments

Comments
 (0)