sculpt: manager depends on x86 (currently)

The sculpt manager uses the platform-session interface which is not
defined for other platforms currently.
This commit is contained in:
Christian Helmuth 2018-06-01 12:12:26 +02:00
parent f12ddb4ee7
commit 4bfc32789e

View File

@ -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