From: MyungJoo Ham Date: Wed, 7 Dec 2016 08:46:45 +0000 (+0900) Subject: Restrict product-wise condition for product build only X-Git-Tag: accepted/tizen/common/20170102.152350~148 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F54%2F92754%2F7;p=platform%2Fupstream%2Fefl.git Restrict product-wise condition for product build only Do not make different binaries per profile. (But let's not mind what TV-Production does) Change-Id: Ic1706b117ecf0362e1b19d1d575d7b5821bad3cb Signed-off-by: MyungJoo Ham --- diff --git a/packaging/efl.spec b/packaging/efl.spec index df35666..a869eb5 100755 --- a/packaging/efl.spec +++ b/packaging/efl.spec @@ -678,7 +678,7 @@ cp %{SOURCE1001} . %build -%if "%{profile}" == "tv" +%if "%{TIZEN_PRODUCT_TV}" == "1" export CFLAGS+=" -DTIZEN_PROFILE_TV" %endif