This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JuicePlugins
mirror of
https://github.com/DISTRHO/JuicePlugins
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Disable unused filebrowser stuff
Signed-off-by: falkTX <falktx@falktx.com>
master
falkTX
2 years ago
parent
4f91838f34
commit
6d3b24fdfa
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
7 changed files
with
9 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+1
-0
plugins/PowerJuice/Makefile
+1
-0
plugins/PowerJuiceX2/Makefile
+1
-0
plugins/StutterJuice/Makefile
+2
-1
plugins/TriggerJuice/Makefile
+1
-0
plugins/VectorJuice/Makefile
+2
-1
plugins/WobbleJuice/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/PowerJuice/Makefile
View File
@@ -22,6 +22,7 @@ FILES_UI = \
# --------------------------------------------------------------
# Do some magic
FILE_BROWSER_DISABLED = true
include ../../dpf/Makefile.plugins.mk
# --------------------------------------------------------------
+ 1
- 0
plugins/PowerJuiceX2/Makefile
View File
@@ -22,6 +22,7 @@ FILES_UI = \
# --------------------------------------------------------------
# Do some magic
FILE_BROWSER_DISABLED = true
include ../../dpf/Makefile.plugins.mk
# --------------------------------------------------------------
+ 1
- 0
plugins/StutterJuice/Makefile
View File
@@ -22,6 +22,7 @@ FILES_UI = \
# --------------------------------------------------------------
# Do some magic
FILE_BROWSER_DISABLED = true
include ../../dpf/Makefile.plugins.mk
# --------------------------------------------------------------
+ 2
- 1
plugins/TriggerJuice/Makefile
View File
@@ -22,7 +22,8 @@ FILES_UI = \
# --------------------------------------------------------------
# Do some magic
UI_TYPE=generic
UI_TYPE = generic
FILE_BROWSER_DISABLED = true
include ../../dpf/Makefile.plugins.mk
# --------------------------------------------------------------
+ 1
- 0
plugins/VectorJuice/Makefile
View File
@@ -22,6 +22,7 @@ FILES_UI = \
# --------------------------------------------------------------
# Do some magic
FILE_BROWSER_DISABLED = true
include ../../dpf/Makefile.plugins.mk
# --------------------------------------------------------------
+ 2
- 1
plugins/WobbleJuice/Makefile
View File
@@ -22,7 +22,8 @@ FILES_UI = \
# --------------------------------------------------------------
# Do some magic
UI_TYPE=generic
UI_TYPE = generic
FILE_BROWSER_DISABLED = true
include ../../dpf/Makefile.plugins.mk
# --------------------------------------------------------------
Write
Preview
Loading…
Cancel
Save