From 437a096a5bd9b70f9aeb1788f6c5db8931d254a6 Mon Sep 17 00:00:00 2001 From: SooChan Lim Date: Wed, 25 Nov 2015 17:26:12 +0900 Subject: [PATCH] ecore-drm: set the -DECORE_DRM_DEVICE_SUPPORT_SPRD after %build Change-Id: I1cd282a10fbbb60f345814856f8bdbf6c564fc44 --- packaging/efl.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.7.4