Fix text offset in some areas, cleanup
This commit is contained in:
parent
6dba9ae701
commit
9bd0d805fd
4 changed files with 4 additions and 5 deletions
2
Makefile
2
Makefile
|
@ -106,7 +106,7 @@ endif
|
|||
|
||||
dgl:
|
||||
ifneq ($(HEADLESS),true)
|
||||
$(MAKE) -C dpf/dgl opengl USE_NANOVG_FBO=true
|
||||
$(MAKE) -C dpf/dgl opengl NVG_DISABLE_SKIPPING_WHITESPACE=true USE_NANOVG_FBO=true
|
||||
endif
|
||||
|
||||
plugins: deps
|
||||
|
|
2
dpf
2
dpf
|
@ -1 +1 @@
|
|||
Subproject commit ef69eba593298b90eb433493470a1ba4c0f1c0bf
|
||||
Subproject commit 86b8a102bb0ec78fbd072a01ceebe904d29283e7
|
|
@ -39,7 +39,6 @@
|
|||
#include <ui/MenuSeparator.hpp>
|
||||
#include <asset.hpp>
|
||||
#include <context.hpp>
|
||||
#include <helpers.hpp>
|
||||
#include <system.hpp>
|
||||
|
||||
namespace rack {
|
||||
|
|
|
@ -239,7 +239,7 @@ BUILD_CXX_FLAGS += -DCARDINAL_PLUGIN_PREFIX='"$(PREFIX)"'
|
|||
|
||||
ifeq ($(NAME),CardinalFX)
|
||||
|
||||
all: jack vst2 lv2 shared resources
|
||||
all: jack vst2 lv2 resources
|
||||
|
||||
CORE_RESOURCES = $(filter-out icon.png,$(subst ../Rack/res/,,$(wildcard ../Rack/res/*))) template.vcv
|
||||
|
||||
|
@ -256,7 +256,7 @@ else # CardinalFX
|
|||
ifeq ($(NAME),Cardinal)
|
||||
all: jack lv2 vst3 resources
|
||||
else
|
||||
all: jack lv2 vst2 vst3 shared resources
|
||||
all: jack lv2 vst2 vst3 resources
|
||||
endif
|
||||
|
||||
PLUGIN_RESOURCES += $(TARGET_DIR)/$(NAME).lv2/resources
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue