diff --git a/Makefile b/Makefile index 05556b7..e63a9bf 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ all: dgl plugins gen dgl: ifeq ($(HAVE_CAIRO_OR_OPENGL),true) - $(MAKE) -C dpf/dgl + $(MAKE) -C dpf/dgl FILE_BROWSER_DISABLED=true endif plugins: dgl diff --git a/plugins/Nekobi/Makefile b/plugins/Nekobi/Makefile index adef393..98b5f94 100644 --- a/plugins/Nekobi/Makefile +++ b/plugins/Nekobi/Makefile @@ -23,6 +23,7 @@ FILES_UI = \ # Do some magic UI_TYPE = generic +FILE_BROWSER_DISABLED = true include ../../dpf/Makefile.plugins.mk # --------------------------------------------------------------