ecore-drm: set the -DECORE_DRM_DEVICE_SUPPORT_SPRD after %build 36/52636/1 accepted/tizen/mobile/20151125.125420 accepted/tizen/tv/20151125.125441 accepted/tizen/wearable/20151125.125449 submit/tizen/20151125.083749 submit/tizen/20151125.123643
authorSooChan Lim <sc1.lim@samsung.com>
Wed, 25 Nov 2015 08:26:12 +0000 (17:26 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Wed, 25 Nov 2015 08:31:39 +0000 (17:31 +0900)
Change-Id: I1cd282a10fbbb60f345814856f8bdbf6c564fc44

packaging/efl.spec

index 99f3fb5..5886019 100644 (file)
@@ -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