Hello,

I would like to use clutter (0.9.0) on an embedded device wich came with
OpenGLES 1.1 and it's native EGL library.
As annoucned on the clutter blog, clutter depend only on :

   - GLib >= 2.14.0
   - Cairo >= 1.6
   - Pango >= 1.18
   - OpenGL >= 1.4, OpenGL ES 1.1 or OpenGL ES 2.0
   - GLX, SDL, WGL, Quartz or an EGL Implementation

Well, i've called configure script like this :
./configure --prefix=/home/allaoua/clutterppc --with-gles=1.1
--enable-xinput=no --with-flavour=eglnative --with-x=no

The  configure script fails because i need more dependencies :

checking for CLUTTER_DEPS... configure: error: Package requirements (cairo
>= 1.4 pangocairo >= 1.18 gobject-2.0 >= 2.16 gthread-2.0
gmodule-no-export-2.0  x11 xfixes  gdk-pixbuf-2.0) were not met:

No package 'cairo' found
No package 'pangocairo' found
No package 'gdk-pixbuf-2.0' found

Well, my question is : Why clutter still depend on X11 even EGL is used.
Thanks in advance.

Reply via email to