commit 227e620d117832f73461b41704fa1eaee2e49277 parent c503ca081e07c55b48001de9ef0a61e3006f12f7 Author: falkTX <falktx@falktx.com> Date: Fri, 21 May 2021 09:51:29 +0100 Allow UI_TYPE=stub target Signed-off-by: falkTX <falktx@falktx.com> Diffstat:
M | Makefile.plugins.mk | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/Makefile.plugins.mk b/Makefile.plugins.mk @@ -120,6 +120,15 @@ DGL_FLAGS += -DDGL_EXTERNAL HAVE_DGL = true endif +ifeq ($(UI_TYPE),stub) +ifeq ($(HAVE_STUB),true) +DGL_LIB = $(DPF_PATH)/build/libdgl-stub.a +HAVE_DGL = true +else +HAVE_DGL = false +endif +endif + DGL_LIBS += $(DGL_SYSTEM_LIBS) ifneq ($(HAVE_DGL),true)