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 f70bb01 commit 8cc68cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ all: dgl plugins gen
# --------------------------------------------------------------

dgl:
$(MAKE) -C dpf/dgl opengl FILE_BROWSER_DISABLED=true
$(MAKE) -C dpf/dgl opengl USE_FILE_BROWSER=false

plugins: dgl
$(MAKE) all -C plugins/glBars
Expand Down
2 changes: 1 addition & 1 deletion dpf
Submodule dpf updated 220 files
3 changes: 2 additions & 1 deletion plugins/glBars/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ FILES_UI = \
# --------------------------------------------------------------
# Do some magic

FILE_BROWSER_DISABLED = true
SKIP_NATIVE_AUDIO_FALLBACK = true
USE_FILE_BROWSER = false
include ../../dpf/Makefile.plugins.mk

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

0 comments on commit 8cc68cc

Please sign in to comment.