Browse Source

Disable unused filebrowser stuff

Signed-off-by: falkTX <falktx@falktx.com>
pull/16/head
falkTX 3 years ago
parent
commit
da4ee81c92
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/Nekobi/Makefile

+ 1
- 1
Makefile View File

@@ -12,7 +12,7 @@ all: dgl plugins gen


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


plugins: dgl plugins: dgl


+ 1
- 0
plugins/Nekobi/Makefile View File

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


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


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


Loading…
Cancel
Save