use global preprocessor constant WITH_SDL instead of SDLDC
[enigma2.git] / lib / gdi / gfbdc.cpp
index b6cbc9b003bd7b39b5c1bacff9c6a94469de3ba9..d2f8dad25462f4b1677b401ad88fbc7c475fd736 100644 (file)
@@ -242,6 +242,6 @@ void gFBDC::reloadSettings()
 }
 
 // eAutoInitPtr<gFBDC> init_gFBDC(eAutoInitNumbers::graphic-1, "GFBDC");
-#ifndef SDLDC
+#ifndef WITH_SDL
 eAutoInitPtr<gFBDC> init_gFBDC(eAutoInitNumbers::graphic-1, "GFBDC");
 #endif