summaryrefslogtreecommitdiffstats
path: root/package/xstroke
diff options
context:
space:
mode:
Diffstat (limited to 'package/xstroke')
-rw-r--r--package/xstroke/Config.in1
-rw-r--r--package/xstroke/xstroke.mk2
2 files changed, 3 insertions, 0 deletions
diff --git a/package/xstroke/Config.in b/package/xstroke/Config.in
index 96cf980c6..dc904cb49 100644
--- a/package/xstroke/Config.in
+++ b/package/xstroke/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_XSTROKE
bool "xstroke"
+ depends on BR2_PACKAGE_XORG7
select BR2_PACKAGE_DOCKER
help
Handwriting recognition for X
diff --git a/package/xstroke/xstroke.mk b/package/xstroke/xstroke.mk
index c484959d4..bfe66ccf4 100644
--- a/package/xstroke/xstroke.mk
+++ b/package/xstroke/xstroke.mk
@@ -11,5 +11,7 @@ XSTROKE_INSTALL_STAGING = NO
XSTROKE_INSTALL_TARGET = YES
XSTROKE_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
+XSTROKE_DEPENDENCIES = xserver_xorg-server
+
$(eval $(call AUTOTARGETS,package,xstroke))