From: SooChan Lim Date: Wed, 25 Nov 2015 08:26:12 +0000 (+0900) Subject: ecore-drm: set the -DECORE_DRM_DEVICE_SUPPORT_SPRD after %build X-Git-Tag: accepted/tizen/mobile/20151125.125420^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=437a096a5bd9b70f9aeb1788f6c5db8931d254a6;p=platform%2Fupstream%2Fefl.git ecore-drm: set the -DECORE_DRM_DEVICE_SUPPORT_SPRD after %build Change-Id: I1cd282a10fbbb60f345814856f8bdbf6c564fc44 --- diff --git a/packaging/efl.spec b/packaging/efl.spec index 99f3fb5..5886019 100644 --- a/packaging/efl.spec +++ b/packaging/efl.spec @@ -623,12 +623,12 @@ Development files for elua %setup -q cp %{SOURCE1001} . +%build + %if ("%{?tizen_target_name}" == "TM1") CFLAGS+=" -DECORE_DRM_DEVICE_SUPPORT_SPRD " %endif -%build - %if ! %{with x} CFLAGS+=" -DMESA_EGL_NO_X11_HEADERS " %endif