There may be a better way to fix it, but you could put use_local_modulesets = True
in your jhbuildrc Then you could cd into where you cloned jhbuild, run git pull, then edit the dir-where-you-cloned-jhbuild/jhbuild/modulesets/gnome-suites-core-deps-3.10.modules file and remove the "--enable-wayland-compositor" part from the clutter entry (search for id="clutter") On 09/09/2013 01:23 PM, Yash Girdhar wrote: > Tried that ! It just appends that to the arguments list: > > /Error running ./autogen.sh --prefix /home/yash/gnome/install --libdir > '/home/yash/gnome/install/lib64' --enable-installed-tests > --enable-wayland-backend --enable-wayland-compositor > --enable-evdev-input --enable-egl-backend *--disable-wayland-backend > */ > But, it is already having enable-wayland-backend in the arguments. > How do I remove/fix that? > > > On Mon, Sep 9, 2013 at 9:26 PM, Hashem Nasarat <[email protected] > <mailto:[email protected]>> wrote: > > From > https://developer.gnome.org/jhbuild/stable/config-reference.html.en > > try putting > module_autogenargs = {'clutter': '--disable-wayland-backend'} > in your ~/.config/jhbuildrc > > On 09/09/2013 11:19 AM, Yash Girdhar wrote: >> How do I pass --disable-wayland-backend to the script, as in >> where do I need to write this. >> >> >> On Mon, Sep 9, 2013 at 8:21 PM, Emmanuele Bassi <[email protected] >> <mailto:[email protected]>> wrote: >> >> hi; >> >> On 9 September 2013 15:46, Yash Girdhar >> <[email protected] <mailto:[email protected]>> wrote: >> >> > And one more thing, I am also getting an dependency error >> while jhbuild >> > tries to build clutter. >> > >> > The error is : >> > >> > No package 'libevdev' found >> >> you need to install the development version of libevdev, or avoid >> building Clutter with Wayland support - i.e. pass >> --disable-wayland-backend to the Clutter configure script. >> >> ciao, >> Emmanuele. >> >> -- >> W: http://www.emmanuelebassi.name >> B: http://blogs.gnome.org/ebassi/ >> >> >> >> >> -- >> Thanks and Regards >> Yashasvi Girdhar >> >> >> _______________________________________________ >> gnome-love mailing list >> [email protected] <mailto:[email protected]> >> https://mail.gnome.org/mailman/listinfo/gnome-love > > > _______________________________________________ > gnome-love mailing list > [email protected] <mailto:[email protected]> > https://mail.gnome.org/mailman/listinfo/gnome-love > > > > > -- > Thanks and Regards > Yashasvi Girdhar
_______________________________________________ gnome-love mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gnome-love
