@@ -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 FILE_BROWSER_DISABLED=true | |||||
$(MAKE) -C dpf/dgl USE_FILE_BROWSER=false | |||||
endif | endif | ||||
plugins: dgl | plugins: dgl | ||||
@@ -1 +1 @@ | |||||
Subproject commit 0ceb411fde5192ad4aaa1c89b079a861e4dac5df | |||||
Subproject commit 470c5b7a77091bbea2154cd1d96d3cb1be737aa3 |
@@ -23,8 +23,8 @@ FILES_UI = \ | |||||
# Do some magic | # Do some magic | ||||
UI_TYPE = generic | UI_TYPE = generic | ||||
FILE_BROWSER_DISABLED = true | |||||
SKIP_NATIVE_AUDIO_FALLBACK = true | SKIP_NATIVE_AUDIO_FALLBACK = true | ||||
USE_FILE_BROWSER = false | |||||
include ../../dpf/Makefile.plugins.mk | include ../../dpf/Makefile.plugins.mk | ||||
# -------------------------------------------------------------- | # -------------------------------------------------------------- | ||||
@@ -23,8 +23,8 @@ FILES_UI = \ | |||||
# Do some magic | # Do some magic | ||||
UI_TYPE = generic | UI_TYPE = generic | ||||
FILE_BROWSER_DISABLED = true | |||||
SKIP_NATIVE_AUDIO_FALLBACK = true | SKIP_NATIVE_AUDIO_FALLBACK = true | ||||
USE_FILE_BROWSER = false | |||||
include ../../dpf/Makefile.plugins.mk | include ../../dpf/Makefile.plugins.mk | ||||
# -------------------------------------------------------------- | # -------------------------------------------------------------- | ||||
@@ -23,8 +23,8 @@ FILES_UI = \ | |||||
# Do some magic | # Do some magic | ||||
UI_TYPE = generic | UI_TYPE = generic | ||||
FILE_BROWSER_DISABLED = true | |||||
SKIP_NATIVE_AUDIO_FALLBACK = true | SKIP_NATIVE_AUDIO_FALLBACK = true | ||||
USE_FILE_BROWSER = false | |||||
include ../../dpf/Makefile.plugins.mk | include ../../dpf/Makefile.plugins.mk | ||||
# -------------------------------------------------------------- | # -------------------------------------------------------------- | ||||