summaryrefslogtreecommitdiffstats
path: root/package/xstroke
diff options
context:
space:
mode:
authorJohn Voltz2008-03-20 17:55:57 +0100
committerJohn Voltz2008-03-20 17:55:57 +0100
commit63364eb82d1e826c959b9f271043ef0b4e8cc064 (patch)
tree0b9b3dcfcbc0a32961ae6911bf6cea09616cb687 /package/xstroke
parentadd alsamixergui and docker packages (diff)
downloadbuildroot-63364eb82d1e826c959b9f271043ef0b4e8cc064.tar.gz
buildroot-63364eb82d1e826c959b9f271043ef0b4e8cc064.tar.xz
buildroot-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))