efl.spec : change macro for tv profile 38/139938/2
authorjiin.moon <jiin.moon@samsung.com>
Fri, 21 Jul 2017 06:03:10 +0000 (15:03 +0900)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Wed, 27 Sep 2017 08:03:02 +0000 (08:03 +0000)
Change-Id: If6366d10248b9f490760cbce6361bcfa1a096452

packaging/efl.spec

index 857225a..d35b046 100644 (file)
@@ -1020,7 +1020,7 @@ cp %{SOURCE1001} .
 
 %build
 
-%if "%{TIZEN_PRODUCT_TV}" == "1"
+%if "%{tizen_profile_name}" == "tv"
         export CFLAGS+=" -DTIZEN_PROFILE_TV"
 %endif