This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
MVerb
mirror of
https://github.com/DISTRHO/MVerb
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Disable unused filebrowser stuff
Signed-off-by: falkTX <falktx@falktx.com>
master
falkTX
5 months ago
parent
414665b667
commit
f84aa1140c
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+1
-0
plugins/MVerb/Makefile
+ 1
- 1
Makefile
View File
@@ -12,7 +12,7 @@ all: dgl plugins gen
dgl:
ifeq ($(HAVE_OPENGL),true)
$(MAKE) -C dpf/dgl opengl
$(MAKE) -C dpf/dgl opengl
FILE_BROWSER_DISABLED=true
endif
plugins: dgl
+ 1
- 0
plugins/MVerb/Makefile
View File
@@ -22,6 +22,7 @@ FILES_UI = \
# --------------------------------------------------------------
# Do some magic
FILE_BROWSER_DISABLED = true
include ../../dpf/Makefile.plugins.mk
# --------------------------------------------------------------
Write
Preview
Loading…
Cancel
Save