On Mon, Apr 21, 2014 at 10:20:30PM -0700, Bill Spitzak wrote: > Okay that got a little further. > > I had to delete my xwayland checkout and make a new git clone to get > git to forget about the xwayland branch (there probably is a git > command to make it pull from master but I could not find it). > > After that I had to also check out and install fontsproto from git. > > Config with --enable-xwayland is not working however: > > checking whether to build XWin DDX... no > checking dependency style of $(CC)... none > checking for DMXMODULES... no > checking whether to build Xdmx DDX... no > checking for XWAYLANDMODULES... no > checking whether to build Xwayland DDX... yes > configure: error: Xwayland build explicitly requested, but required > modules not found.
you're missing the required modules. check configure.ac for what you need, it's line 2444 here. Cheers, Peter > On 04/15/2014 11:05 PM, Marek Chalupa wrote: > >Hi, > > > >the xwayland was merged to master branch of xserver 12 days ago > >(http://cgit.freedesktop.org/xorg/xserver/commit/?id=6e539d8817f738289dc2dea13d0720116287ab9d) > > > >I just did: > > $ git reset --hard origin/master > > > >and then configured it with --enable-xwayland. > > > >This way I made it run, I hope it'll help > > > >Regards, > >Marek > > > > > >On 16 April 2014 06:45, Bill Spitzak <[email protected] > ><mailto:[email protected]>> wrote: > > > > It looks like the xwayland branch of xserver has disappeared: > > > > $ git pull > > Your configuration specifies to merge with the ref 'xwayland' > > from the remote, but no such ref was fetched. > > > > I tried "git pull origin master" but it produced lots of conflicts, > > it looks like there are many changes for wayland that are not in master. > > > > Any help? > > > > Thanks > > > > _________________________________________________ > > wayland-devel mailing list > > wayland-devel@lists.__freedesktop.org > > <mailto:[email protected]> > > http://lists.freedesktop.org/__mailman/listinfo/wayland-devel > > <http://lists.freedesktop.org/mailman/listinfo/wayland-devel> > > > > > > _______________________________________________ > wayland-devel mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/wayland-devel > _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
