This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
glBars
mirror of
https://github.com/DISTRHO/glBars
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Disable unused filebrowser stuff
Signed-off-by: falkTX <falktx@falktx.com>
master
falkTX
3 years ago
parent
b118cb0ae7
commit
d082460d9c
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/glBars/Makefile
+ 1
- 1
Makefile
View File
@@ -11,7 +11,7 @@ all: dgl plugins gen
# --------------------------------------------------------------
dgl:
$(MAKE) -C dpf/dgl opengl
$(MAKE) -C dpf/dgl opengl
FILE_BROWSER_DISABLED=true
plugins: dgl
$(MAKE) all -C plugins/glBars
+ 1
- 0
plugins/glBars/Makefile
View File
@@ -21,6 +21,7 @@ FILES_UI = \
# --------------------------------------------------------------
# Do some magic
FILE_BROWSER_DISABLED = true
include ../../dpf/Makefile.plugins.mk
# --------------------------------------------------------------
Write
Preview
Loading…
Cancel
Save