Disable unused filebrowser stuff
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
6fdb81a537
commit
da4ee81c92
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
|
@ -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…
Reference in New Issue