efl: introduce --with-x11, --with-opengl and --enable-wayland
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Fri, 7 Dec 2012 15:14:33 +0000 (15:14 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Fri, 7 Dec 2012 15:14:33 +0000 (15:14 +0000)
commit1268cd9208053f9d625928dd2fc4ec048f770222
tree7b55bea64f44b2c0dc706f4b530f4218dd3e3b9a
parent3e5811acf9dfe333d8d026c2ba6fd8c911fdc540
efl: introduce --with-x11, --with-opengl and --enable-wayland

 * --with-x11 takes one of:
   * xlib: use standard Xlib (used if not windows or ps3)
   * xcb: use new xcb library
   * none: do not build x11 (used if windows or ps3)

 * --with-opengl takes one of:
   * full: complete OpenGL support (used if not windows or ps3, ???)
   * es: reduced version (OpenGL-ES)
   * none: do not build OpenGL (used if windows or ps3, ???)

 * --enable-wayland: disabled by default

These are not used as they should yet, will take more work in the
engines to make it happen.

SVN revision: 80467
configure.ac