Browse Source

Disable unused filebrowser stuff

Signed-off-by: falkTX <falktx@falktx.com>
master
falkTX 3 years ago
parent
commit
d082460d9c
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      Makefile
  2. +1
    -0
      plugins/glBars/Makefile

+ 1
- 1
Makefile View File

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


+ 1
- 0
plugins/glBars/Makefile View File

@@ -21,6 +21,7 @@ FILES_UI = \
# --------------------------------------------------------------
# Do some magic

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

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


Loading…
Cancel
Save