Hi, Finally solve my problem. I set the environnement variable CLUTTER_INPUT_BACKEND to NULL: $ export CLUTTER_INPUT_BACKEND='null'
I think it would be a good idea to update the documentation in the Running Clutter section about this. William Deshaies From: williamdesha...@hotmail.com To: clutter-app-devel-list@clutter-project.org Subject: Clutter 1.10.8: eglnative backend Date: Thu, 2 Aug 2012 18:32:57 +0000 Hi, I'm trying to port my clutter 1.6.20 application to clutter 1.10.8, but I got the following error: Clutter-ERROR **: Unknown input backend Trace/breakpoint trap I usually use eglnative backend but its not present in the new clutter or cogl. Here is my old configure option: ./configure --prefix=%{_prefix} --host=arm-none-linux-gnueabi \ --build=%{_build} --with-flavour=eglnative --with-gles=2.0 \ --with-x=no --disable-xinput Here is the new configure option for clutter: ./configure --prefix=%{_prefix} --host=arm-none-linux-gnueabi \ --build=%{_build} --enable-egl-backend --enable-deprecated \ --with-x=no --disable-xinput Here is the Cogl configure option: ./configure --prefix=%{_prefix} --build=%{_build} --host=arm-none-linux-gnueabi \ --enable-gles2 --disable-gl --enable-null-egl-platform I'm using a imx53 processor from Freescale with ARM architecture and LTIB. Any idea to solve this? Thanks William Deshaies _______________________________________________ clutter-app-devel-list mailing list clutter-app-devel-list@clutter-project.org http://lists.clutter-project.org/listinfo/clutter-app-devel-list
_______________________________________________ clutter-app-devel-list mailing list clutter-app-devel-list@clutter-project.org http://lists.clutter-project.org/listinfo/clutter-app-devel-list