>
> I'm looking for an openGL setup without X11 for an embedded application.
> I tried to build mesa-solo (make linux-solo) but get problems with
> references to headers files like 'driver.h' and 'pciaccess.h' in file
> mesa/drivers/dri/i915/server/intel_dri.c. I guess other drivers will
> have similar problems.
>
> Can mesa-solo still be built? Or do I miss stuff, like the mini-GLX code?

You need libdrm and libpciaccess installed before miniglx... you can just 
have libdrm if you don't want to run it on i915 hardware... just set 
DRI_DIRS to not include the i915...

I'm running it here on 915 hardware the only thing is you must run intelfb 
accel=off for it to work..

Dave.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to