From: arighi Date: Mon, 24 May 2010 11:57:16 +0000 (+0000) Subject: gfx: add dependency of bitmap, line and default font. X-Git-Tag: 2.5.0~116 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=65ef75b440eab0794983ebfbb93a1821108ff14b;p=bertos.git gfx: add dependency of bitmap, line and default font. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3801 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/gfx/gfx.h b/bertos/gfx/gfx.h index ebcf9c8d..971c1298 100644 --- a/bertos/gfx/gfx.h +++ b/bertos/gfx/gfx.h @@ -37,6 +37,7 @@ * * $WIZ$ module_name = "gfx" * $WIZ$ module_configuration = "bertos/cfg/cfg_gfx.h" + * $WIZ$ module_depends = "bitmap", "line", "luBS14" */ #ifndef GFX_GFX_H