This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Allow UI_TYPE=stub target
Signed-off-by: falkTX <falktx@falktx.com>
pull/272/head
falkTX
4 years ago
parent
c503ca081e
commit
227e620d11
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
Makefile.plugins.mk
+ 9
- 0
Makefile.plugins.mk
View File
@@ -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)
Write
Preview
Loading…
Cancel
Save