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 c4fade6 commit b1c6ac0
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 @@ -16,7 +16,7 @@ HAVE_PROJECTM = $(shell pkg-config --exists libprojectM && echo true)
# --------------------------------------------------------------

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

plugins: dgl
$(MAKE) all -C plugins/ProM
Expand Down
2 changes: 1 addition & 1 deletion dpf
Submodule dpf updated 217 files
3 changes: 2 additions & 1 deletion plugins/ProM/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ HAVE_PROJECTM = $(shell pkg-config --exists libprojectM && echo true)
# --------------------------------------------------------------
# Import base definitions

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

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

0 comments on commit b1c6ac0

Please sign in to comment.