stx_goodies_libcairo.st
changeset 18 fae6edf1bdbd
parent 15 c1db2c8aa2ed
child 21 34bf952f3f60
--- a/stx_goodies_libcairo.st	Sun Jun 17 20:44:52 2012 +0000
+++ b/stx_goodies_libcairo.st	Wed Jun 20 06:37:21 2012 +0000
@@ -49,8 +49,8 @@
      exclude individual packages in the #excludedFromPrerequisites method."
 
     ^ #(
-        #'stx:libbasic'    "SequenceableCollection - superclass of Cairo::Path "
-        #'stx:libview'    "GraphicsMedium - superclass of Cairo::ClockView "
+        #'stx:libbasic'    "ProjectDefinition - superclass of stx_goodies_libcairo "
+        #'stx:libview'    "GLXWorkstation - superclass of Cairo::GLXWorkstation "
     )
 ! !
 
@@ -103,6 +103,7 @@
         #'Cairo::ScaledFont'
         #'Cairo::Surface'
         #'Cairo::ClockView'
+        #'Cairo::TextExampleView'
     )
 !