From 4bfc32789e9d00f4bb55588d67acc9641ffe5ca1 Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Fri, 1 Jun 2018 12:12:26 +0200 Subject: [PATCH] sculpt: manager depends on x86 (currently) The sculpt manager uses the platform-session interface which is not defined for other platforms currently. --- repos/gems/src/app/sculpt_manager/target.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/repos/gems/src/app/sculpt_manager/target.mk b/repos/gems/src/app/sculpt_manager/target.mk index 05e89b099b..a7ac9e32ef 100644 --- a/repos/gems/src/app/sculpt_manager/target.mk +++ b/repos/gems/src/app/sculpt_manager/target.mk @@ -5,3 +5,5 @@ SRC_CC += $(addprefix view/, $(notdir $(wildcard $(PRG_DIR)/view/*.cc))) SRC_CC += $(addprefix model/, $(notdir $(wildcard $(PRG_DIR)/model/*.cc))) LIBS += base INC_DIR += $(PRG_DIR) $(REP_DIR)/src/app/depot_deploy + +REQUIRES = x86