Evas: Add ability to detect if opengl is built w/ xlib or xcb backend.

SVN revision: 61172
This commit is contained in:
Christopher Michael 2011-07-09 14:26:46 +00:00
parent 2148b1d2f6
commit 62078f2372
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
Name: evas-opengl-x11 Name: evas-opengl-x11
Description: Evas OpenGL X11 engine Description: Evas OpenGL X11 engine
Version: @VERSION@ Version: @VERSION@
Xlib=@have_evas_engine_gl_xlib@
XCB=@have_evas_engine_gl_xcb@