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