Browse Source

Update to latest DPF

Signed-off-by: falktx@falktx.com <falkTX>
master
falktx@falktx.com 2 months ago
parent
commit
91ed2497d8
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      Makefile
  2. +1
    -1
      dpf
  3. +1
    -1
      plugins/Nekobi/Makefile

+ 1
- 1
Makefile View File

@@ -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


+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit 06843c20353b0f829ddc52a1e5c801d799d343ef
Subproject commit 470c5b7a77091bbea2154cd1d96d3cb1be737aa3

+ 1
- 1
plugins/Nekobi/Makefile View File

@@ -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

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


Loading…
Cancel
Save