Skip to content

Commit

Permalink
Update to latest DPF
Browse files Browse the repository at this point in the history
Signed-off-by: [email protected] <falkTX>
  • Loading branch information
[email protected] authored and [email protected] committed Aug 4, 2024
1 parent 877bb9b commit 91ed249
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dpf
Submodule dpf updated 108 files
2 changes: 1 addition & 1 deletion plugins/Nekobi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

# --------------------------------------------------------------
Expand Down

0 comments on commit 91ed249

Please sign in to comment.