Add jack standalone to windows installer
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
5ebd513a38
commit
f59ff8f266
9 changed files with 48 additions and 3 deletions
11
Makefile
11
Makefile
|
@ -57,6 +57,15 @@ endif
|
|||
CARLA_EXTRA_ARGS += USING_JUCE=false
|
||||
CARLA_EXTRA_ARGS += USING_JUCE_GUI_EXTRA=false
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# DGL config
|
||||
|
||||
DGL_EXTRA_ARGS = \
|
||||
NVG_DISABLE_SKIPPING_WHITESPACE=true \
|
||||
NVG_FONT_TEXTURE_FLAGS=NVG_IMAGE_NEAREST \
|
||||
USE_NANOVG_FBO=true \
|
||||
WINDOWS_ICON_ID=401
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# Check for system-wide dependencies
|
||||
|
||||
|
@ -196,7 +205,7 @@ endif
|
|||
|
||||
dgl:
|
||||
ifneq ($(HEADLESS),true)
|
||||
$(MAKE) -C dpf/dgl opengl NVG_DISABLE_SKIPPING_WHITESPACE=true NVG_FONT_TEXTURE_FLAGS=NVG_IMAGE_NEAREST USE_NANOVG_FBO=true
|
||||
$(MAKE) -C dpf/dgl opengl $(DGL_EXTRA_ARGS)
|
||||
endif
|
||||
|
||||
plugins: deps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue