Do not use RGBA on OpenGL setups for now
Fixes #20 Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
ede7ed7749
commit
6e837dda8c
4 changed files with 2 additions and 5 deletions
4
Makefile
4
Makefile
|
@ -46,8 +46,8 @@ ifneq ($(SYSDEPS),true)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
dgl:
|
dgl:
|
||||||
$(MAKE) USE_NANOVG_FBO=true USE_RGBA=true -C dpf/dgl opengl
|
$(MAKE) USE_NANOVG_FBO=true -C dpf/dgl opengl
|
||||||
# $(MAKE) opengl -C dpf/dgl USE_NANOVG_FBO=true USE_RGBA=true
|
# $(MAKE) opengl -C dpf/dgl USE_NANOVG_FBO=true
|
||||||
|
|
||||||
plugins: deps
|
plugins: deps
|
||||||
$(MAKE) all -C plugins
|
$(MAKE) all -C plugins
|
||||||
|
|
1
deps/Makefile
vendored
1
deps/Makefile
vendored
|
@ -10,7 +10,6 @@ DEP_PATH = $(abspath ../src/Rack/dep)
|
||||||
# Import base definitions
|
# Import base definitions
|
||||||
|
|
||||||
USE_NANOVG_FBO = true
|
USE_NANOVG_FBO = true
|
||||||
USE_RGBA = true
|
|
||||||
include ../dpf/Makefile.base.mk
|
include ../dpf/Makefile.base.mk
|
||||||
|
|
||||||
# --------------------------------------------------------------
|
# --------------------------------------------------------------
|
||||||
|
|
|
@ -15,7 +15,6 @@ SYSDEPS ?= false
|
||||||
# Import base definitions
|
# Import base definitions
|
||||||
|
|
||||||
USE_NANOVG_FBO = true
|
USE_NANOVG_FBO = true
|
||||||
USE_RGBA = true
|
|
||||||
include ../dpf/Makefile.base.mk
|
include ../dpf/Makefile.base.mk
|
||||||
|
|
||||||
# --------------------------------------------------------------
|
# --------------------------------------------------------------
|
||||||
|
|
|
@ -31,7 +31,6 @@ FILES_UI = \
|
||||||
# Import base definitions
|
# Import base definitions
|
||||||
|
|
||||||
USE_NANOVG_FBO = true
|
USE_NANOVG_FBO = true
|
||||||
USE_RGBA = true
|
|
||||||
include ../dpf/Makefile.base.mk
|
include ../dpf/Makefile.base.mk
|
||||||
|
|
||||||
# --------------------------------------------------------------
|
# --------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue