From: John Voltz Date: Thu, 20 Mar 2008 16:55:57 +0000 (-0000) Subject: add docker dependency to xstroke X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=63364eb82d1e826c959b9f271043ef0b4e8cc064;p=buildroot.git add docker dependency to xstroke --- diff --git a/package/xstroke/xstroke.mk b/package/xstroke/xstroke.mk index 6d0e2852b1..b0ede52c83 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))