This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
Mini-Series
mirror of
https://github.com/DISTRHO/Mini-Series
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Disable unused filebrowser stuff
Signed-off-by: falkTX <falktx@falktx.com>
pull/1/head
falkTX
2 years ago
parent
24227f7bc0
commit
6b6603c124
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
4 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+1
-0
plugins/3BandEQ/Makefile
+1
-0
plugins/3BandSplitter/Makefile
+1
-0
plugins/PingPongPan/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
$(MAKE) -C dpf/dgl
FILE_BROWSER_DISABLED=true
endif
plugins: dgl
+ 1
- 0
plugins/3BandEQ/Makefile
View File
@@ -23,6 +23,7 @@ FILES_UI = \
# Do some magic
UI_TYPE = generic
FILE_BROWSER_DISABLED = true
include ../../dpf/Makefile.plugins.mk
# --------------------------------------------------------------
+ 1
- 0
plugins/3BandSplitter/Makefile
View File
@@ -23,6 +23,7 @@ FILES_UI = \
# Do some magic
UI_TYPE = generic
FILE_BROWSER_DISABLED = true
include ../../dpf/Makefile.plugins.mk
# --------------------------------------------------------------
+ 1
- 0
plugins/PingPongPan/Makefile
View File
@@ -23,6 +23,7 @@ FILES_UI = \
# Do some magic
UI_TYPE = generic
FILE_BROWSER_DISABLED = true
include ../../dpf/Makefile.plugins.mk
# --------------------------------------------------------------
Write
Preview
Loading…
Cancel
Save