Importing makefile base is still needed
This commit is contained in:
parent
7552ac59e1
commit
83f0cde441
1 changed files with 6 additions and 0 deletions
|
|
@ -13,6 +13,12 @@ PREFIX ?= /usr/local
|
||||||
DESTDIR ?=
|
DESTDIR ?=
|
||||||
SYSDEPS ?= false
|
SYSDEPS ?= false
|
||||||
|
|
||||||
|
# --------------------------------------------------------------
|
||||||
|
# Import base definitions
|
||||||
|
|
||||||
|
USE_NANOVG_FBO = true
|
||||||
|
include ../../dpf/Makefile.base.mk
|
||||||
|
|
||||||
# --------------------------------------------------------------
|
# --------------------------------------------------------------
|
||||||
# Files to build (DPF stuff)
|
# Files to build (DPF stuff)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue