|
@@ -10,7 +10,10 @@ SCONESERVER_LICENSE = GPL-2.0+
|
|
|
SCONESERVER_LICENSE_FILES = COPYING
|
|
|
# fetching from Git, we need to generate the configure script
|
|
|
SCONESERVER_AUTORECONF = YES
|
|
|
-SCONESERVER_DEPENDENCIES = host-pkgconf pcre zlib
|
|
|
+SCONESERVER_DEPENDENCIES = \
|
|
|
+ host-pkgconf \
|
|
|
+ $(if $(BR2_PACKAGE_PCRE),pcre) \
|
|
|
+ zlib
|
|
|
# disable markdown module because its git submodule cmark
|
|
|
# https://github.com/sconemad/sconeserver/tree/master/markdown
|
|
|
# has no cross-compile support provided by the sconeserver build system
|