summaryrefslogtreecommitdiffstats
path: root/package/xstroke
diff options
context:
space:
mode:
authorJohn Voltz <john.voltz@gmail.com>2008-03-20 16:55:57 +0000
committerJohn Voltz <john.voltz@gmail.com>2008-03-20 16:55:57 +0000
commit63364eb82d1e826c959b9f271043ef0b4e8cc064 (patch)
tree0b9b3dcfcbc0a32961ae6911bf6cea09616cb687 /package/xstroke
parent0c368b715fc71bd4dbbc43ff4cef349da20dca20 (diff)
downloadbuildroot-novena-63364eb82d1e826c959b9f271043ef0b4e8cc064.tar.gz
buildroot-novena-63364eb82d1e826c959b9f271043ef0b4e8cc064.zip
add docker dependency to xstroke
Diffstat (limited to 'package/xstroke')
-rw-r--r--package/xstroke/xstroke.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/xstroke/xstroke.mk b/package/xstroke/xstroke.mk
index 6d0e2852b..b0ede52c8 100644
--- a/package/xstroke/xstroke.mk
+++ b/package/xstroke/xstroke.mk
@@ -11,7 +11,7 @@ XSTROKE_INSTALL_STAGING = NO
XSTROKE_INSTALL_TARGET = YES
XSTROKE_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
-XSTROKE_DEPENDENCIES = uclibc
+XSTROKE_DEPENDENCIES = uclibc docker
$(eval $(call AUTOTARGETS,package,xstroke))