On 05/07/2012 12:17 AM, Jeff Hoogland wrote:
> I noticed my evas software x11 is showing:
>
> Software X11...............: yes (Xlib: no) (XCB: yes)
>
> On my working 10.04 install it tells me Xlib support is enabled - perhaps
> this is the issue on my 12.04 system? What configure flags/dev packages are
> needed to get this option to a "yes"?

Is there something special in your system setup? afaik, evas defaults to 
Xlib and not XCB. To disable XCB pass the flags:
--disable-software-xcb --disable-gl-xcb

To enable Xlib explicitly, pass:
--enable-software-xlib --enable-gl-xlib

To find out these configure flags in the future, run ./autogen.sh first, 
and then after the ./configure is created, run ./configure --help

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to