Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2] package/cutelyst: Fix build dependencies
@ 2018-09-06 11:32 Daniel Nicoletti
  2018-09-06 12:20 ` Daniel Nicoletti
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Nicoletti @ 2018-09-06 11:32 UTC (permalink / raw)
  To: buildroot

Add missing optional dependencies need when
the dependency was available, disabling Grantlee
plugin for now as it failed to build.

Fixes:

http://autobuild.buildroot.net/results/90c56e4e001daa71efd92c926fe3a5dc5ec759e7/

Signed-off-by: Daniel Nicoletti <dantti12@gmail.com>
---
 package/cutelyst/cutelyst.mk | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/package/cutelyst/cutelyst.mk b/package/cutelyst/cutelyst.mk
index 438ac091c6..2d1c9b1532 100644
--- a/package/cutelyst/cutelyst.mk
+++ b/package/cutelyst/cutelyst.mk
@@ -15,20 +15,16 @@ CUTELYST_DEPENDENCIES = qt5base
 CUTELYST_CONF_OPTS += \
 	-DPLUGIN_CSRFPROTECTION=ON
 
-ifeq ($(BR2_PACKAGE_GRANTLEE),y)
-CUTELYST_CONF_OPTS += -DPLUGIN_VIEW_GRANTLEE=ON
-else
-CUTELYST_CONF_OPTS += -DPLUGIN_VIEW_GRANTLEE=OFF
-endif
-
 ifeq ($(BR2_PACKAGE_LIBPWQUALITY),y)
 CUTELYST_CONF_OPTS += -DPLUGIN_VALIDATOR_PWQUALITY=ON
+CUTELYST_DEPENDENCIES += libpwquality
 else
 CUTELYST_CONF_OPTS += -DPLUGIN_VALIDATOR_PWQUALITY=OFF
 endif
 
 ifeq ($(BR2_PACKAGE_JEMALLOC),y)
 CUTELYST_CONF_OPTS += -DUSE_JEMALLOC=ON
+CUTELYST_DEPENDENCIES += jemalloc
 else
 CUTELYST_CONF_OPTS += -DUSE_JEMALLOC=OFF
 endif
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-09-06 12:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-06 11:32 [Buildroot] [PATCH v2] package/cutelyst: Fix build dependencies Daniel Nicoletti
2018-09-06 12:20 ` Daniel Nicoletti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox