~bitshifternz/unity/bug-750349-restore-state

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Gordon Allott
  • Date: 2009-10-21 18:13:02 UTC
  • mto: (1.2.11 unity-ql-uc1)
  • mto: This revision was merged to the branch mainline in revision 2.
  • Revision ID: mail@gordallott.com-20091021181302-fzyivsmhvn74abs2
added support for a unity window with a clutter stage
no support for "fullscreen" mode yet, but the api is there. code can be taken 
from the old liblauncher, launcher-session.c

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
                  glib-2.0 >= $GLIB_REQUIRED
69
69
                  gobject-2.0 >= $GLIB_REQUIRED
70
70
                  gtk+-2.0 >= $GTK_REQUIRED
71
 
                  gee-1.0)
 
71
                  gee-1.0
 
72
                  clutter-1.0 >= 1.0
 
73
                  clutter-gtk-0.10 >= 0.10
 
74
                  )
72
75
AC_SUBST(BASE_CFLAGS)
73
76
AC_SUBST(BASE_LIBS)
74
77