gfx: add dependency of bitmap, line and default font.
authorarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 24 May 2010 11:57:16 +0000 (11:57 +0000)
committerarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 24 May 2010 11:57:16 +0000 (11:57 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3801 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/gfx/gfx.h

index ebcf9c8dc7e483ad66b074abe4caa611a9c48ac8..971c1298adfc1f33fa3d291c10bad117d12862db 100644 (file)
@@ -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