diff options
author | xcomputerman <xcomputerman> | 2010-01-29 02:32:38 +0000 |
---|---|---|
committer | xcomputerman <xcomputerman@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33> | 2010-01-29 02:32:38 +0000 |
commit | af7df07a9674b7d99bc3e37be811764767580803 (patch) | |
tree | 205bf3845631d81586a16efbcfa6f1af1f98842d /src/bin/main.h | |
parent | c6dc0252f8449de20def091381d54df2c7ded0b2 (diff) |
Add support for new Evas GL_SDL engine
SVN revision: 45675
Diffstat (limited to 'src/bin/main.h')
-rw-r--r-- | src/bin/main.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bin/main.h b/src/bin/main.h index e5f9bfb..66eb97a 100644 --- a/src/bin/main.h +++ b/src/bin/main.h | |||
@@ -51,6 +51,9 @@ | |||
51 | #if HAVE_EVAS_SOFTWARE_SDL | 51 | #if HAVE_EVAS_SOFTWARE_SDL |
52 | #include "engine_software_sdl.h" | 52 | #include "engine_software_sdl.h" |
53 | #endif | 53 | #endif |
54 | #if HAVE_EVAS_OPENGL_SDL | ||
55 | #include "engine_gl_sdl.h" | ||
56 | #endif | ||
54 | #if HAVE_EVAS_FB | 57 | #if HAVE_EVAS_FB |
55 | #include "engine_fb.h" | 58 | #include "engine_fb.h" |
56 | #endif | 59 | #endif |