diff options
author | Youness Alaoui <kakaroto@kakaroto.homelinux.net> | 2011-11-05 17:49:43 +0000 |
---|---|---|
committer | Youness Alaoui <kakaroto@kakaroto.homelinux.net> | 2011-11-05 17:49:43 +0000 |
commit | 798a3e739c8dbb34c0d66bd29224df33977f26fe (patch) | |
tree | f5d75be576614d95c55f4caf09d3cbf07b54fffd /src/bin/main.h | |
parent | 336c043d87dbcb92b72c2d988cdcb2f264ca52b6 (diff) |
Expedite: Add support for the PSL1GHT engine
SVN revision: 64780
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 c0f1348..882c88b 100644 --- a/src/bin/main.h +++ b/src/bin/main.h | |||
@@ -64,6 +64,9 @@ | |||
64 | #if HAVE_EVAS_OPENGL_COCOA | 64 | #if HAVE_EVAS_OPENGL_COCOA |
65 | #include "engine_gl_cocoa.h" | 65 | #include "engine_gl_cocoa.h" |
66 | #endif | 66 | #endif |
67 | #if HAVE_EVAS_PSL1GHT | ||
68 | #include "engine_psl1ght.h" | ||
69 | #endif | ||
67 | #if HAVE_EVAS_SOFTWARE_16_X11 | 70 | #if HAVE_EVAS_SOFTWARE_16_X11 |
68 | #include "engine_software_16_x11.h" | 71 | #include "engine_software_16_x11.h" |
69 | #endif | 72 | #endif |