X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=framework%2Fegl%2FegluStaticESLibrary.cpp;h=7f25074d21a04fbc8231cc2c8eea7fc7fe5e0183;hb=83c250d247ae8a50e39f7f0c35e6976e990d3635;hp=ece205bfe1e24004326926c7007d467fb6e5d0f7;hpb=ea702448ad23c46ca01d77ce392d775b2746970f;p=platform%2Fupstream%2FVK-GL-CTS.git diff --git a/framework/egl/egluStaticESLibrary.cpp b/framework/egl/egluStaticESLibrary.cpp index ece205b..7f25074 100644 --- a/framework/egl/egluStaticESLibrary.cpp +++ b/framework/egl/egluStaticESLibrary.cpp @@ -28,14 +28,14 @@ #define STATIC_LIB_ES20 1 #define STATIC_LIB_ES30 2 -#if defined(DEQP_SUPPORT_GLES3) && !defined(DEQP_GLES3_RUNTIME_LOAD) +#if !defined(DEQP_GLES3_RUNTIME_LOAD) # if (DE_OS == DE_OS_IOS) # include # else # include # endif # define STATIC_LIB STATIC_LIB_ES30 -#elif defined(DEQP_SUPPORT_GLES2) && !defined(DEQP_GLES2_RUNTIME_LOAD) +#elif !defined(DEQP_GLES2_RUNTIME_LOAD) # if (DE_OS == DE_OS_IOS) # include # else