diff options
author | John Voltz <john.voltz@gmail.com> | 2008-03-20 16:55:57 +0000 |
---|---|---|
committer | John Voltz <john.voltz@gmail.com> | 2008-03-20 16:55:57 +0000 |
commit | 63364eb82d1e826c959b9f271043ef0b4e8cc064 (patch) | |
tree | 0b9b3dcfcbc0a32961ae6911bf6cea09616cb687 | |
parent | 0c368b715fc71bd4dbbc43ff4cef349da20dca20 (diff) | |
download | buildroot-novena-63364eb82d1e826c959b9f271043ef0b4e8cc064.tar.gz buildroot-novena-63364eb82d1e826c959b9f271043ef0b4e8cc064.zip |
add docker dependency to xstroke
-rw-r--r-- | package/xstroke/xstroke.mk | 2 |
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)) |