From 65ef75b440eab0794983ebfbb93a1821108ff14b Mon Sep 17 00:00:00 2001 From: arighi Date: Mon, 24 May 2010 11:57:16 +0000 Subject: [PATCH] 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 --- bertos/gfx/gfx.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.25.1