From: Wonkeun Oh Date: Thu, 22 Sep 2016 08:52:51 +0000 (+0900) Subject: Disabled the input_grab logic in tv profile X-Git-Tag: accepted/tizen/common/20161014.075152~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aacd75a5a912d5adfb7dd13fa380342d92e8d25c;p=platform%2Fcore%2Fuifw%2Fisf.git Disabled the input_grab logic in tv profile Change-Id: I70a9fc13561dc6598460ad1466b4adba3079febc --- diff --git a/packaging/isf.spec b/packaging/isf.spec index 566a181..3803d5e 100644 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -87,9 +87,7 @@ CXXFLAGS+=" -D_MOBILE"; %endif %if "%{profile}" == "tv" -CFLAGS+=" -D_TV -DENABLE_GRAB_KEYBOARD=1"; CFLAGS+=" -D_TV -DENABLE_REMOTE_INPUT=1"; -CXXFLAGS+=" -D_TV -DENABLE_GRAB_KEYBOARD=1"; CXXFLAGS+=" -D_TV -DENABLE_REMOTE_INPUT=1"; %endif