clean up build
[enigma2.git] / lib / gdi / sdl.cpp
index 591487f4488050145ea317cff0fbc51d22134856..6dbdb67c23dccdffbd9d9613d00c1fa9393898c9 100644 (file)
@@ -1,3 +1,4 @@
+#ifdef WITH_SDL
 #include <lib/gdi/sdl.h>
 
 #include <lib/base/init.h>
@@ -83,3 +84,5 @@ void gSDLDC::exec(gOpcode *o)
 }
 
 eAutoInitPtr<gSDLDC> init_gSDLDC(eAutoInitNumbers::graphic-1, "gSDLDC");
+
+#endif