make sure we have undefed stuff

SVN revision: 53562
This commit is contained in:
Carsten Haitzler 2010-10-18 05:09:30 +00:00
parent b0132ddaa0
commit 18f7762fc0
1 changed files with 9 additions and 0 deletions

View File

@ -10,8 +10,17 @@
#ifdef BUILD_ECORE_EVAS_X11
# include <Ecore_X.h>
# include <Ecore_X_Atoms.h>
#else
# undef BUILD_ECORE_EVAS_OPENGL_X11
# undef BUILD_ECORE_EVAS_SOFTWARE_X11
# undef BUILD_ECORE_EVAS_XRENDER_X11
#endif
#ifndef HAVE_ECORE_X_XCB
# undef BUILD_ECORE_EVAS_XRENDER_XCB
# undef BUILD_ECORE_EVAS_SOFTWARE_XCB
#endif
#include "ecore_evas_private.h"
#include "Ecore_Evas.h"