From 91ed2497d8a082b0b715ec7106f4c31cf6499e80 Mon Sep 17 00:00:00 2001 From: "falktx@falktx.com" Date: Sun, 4 Aug 2024 11:26:29 +0200 Subject: [PATCH] Update to latest DPF Signed-off-by: falktx@falktx.com --- Makefile | 2 +- dpf | 2 +- plugins/Nekobi/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e63a9bf..3f4f4b9 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ all: dgl plugins gen dgl: ifeq ($(HAVE_CAIRO_OR_OPENGL),true) - $(MAKE) -C dpf/dgl FILE_BROWSER_DISABLED=true + $(MAKE) -C dpf/dgl USE_FILE_BROWSER=false endif plugins: dgl diff --git a/dpf b/dpf index 06843c2..470c5b7 160000 --- a/dpf +++ b/dpf @@ -1 +1 @@ -Subproject commit 06843c20353b0f829ddc52a1e5c801d799d343ef +Subproject commit 470c5b7a77091bbea2154cd1d96d3cb1be737aa3 diff --git a/plugins/Nekobi/Makefile b/plugins/Nekobi/Makefile index f3ab13d..ff09fa1 100644 --- a/plugins/Nekobi/Makefile +++ b/plugins/Nekobi/Makefile @@ -23,8 +23,8 @@ FILES_UI = \ # Do some magic UI_TYPE = generic -FILE_BROWSER_DISABLED = true SKIP_NATIVE_AUDIO_FALLBACK = true +USE_FILE_BROWSER = false include ../../dpf/Makefile.plugins.mk # --------------------------------------------------------------