Do not use RGBA on OpenGL setups for now

Fixes #20

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-10-21 20:23:00 +01:00
parent ede7ed7749
commit 6e837dda8c
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
4 changed files with 2 additions and 5 deletions

View file

@ -46,8 +46,8 @@ ifneq ($(SYSDEPS),true)
endif
dgl:
$(MAKE) USE_NANOVG_FBO=true USE_RGBA=true -C dpf/dgl opengl
# $(MAKE) opengl -C dpf/dgl USE_NANOVG_FBO=true USE_RGBA=true
$(MAKE) USE_NANOVG_FBO=true -C dpf/dgl opengl
# $(MAKE) opengl -C dpf/dgl USE_NANOVG_FBO=true
plugins: deps
$(MAKE) all -C plugins