gfx: fix missing dependency.
[bertos.git] / bertos / gfx / text.h
index cfd8086f381fda515f64644e8c95f0e1826c37f5..249f28187f7960cdce60a09e5b782ed7d29ffdb9 100644 (file)
@@ -39,7 +39,7 @@
  *
  * $WIZ$ module_name = "text"
  * $WIZ$ module_harvard = "pgm_memory"
- * $WIZ$ module_depends = "bitmap"
+ * $WIZ$ module_depends = "bitmap", "line"
  */
 
 #ifndef GFX_TEXT_H