Disabled the input_grab logic in tv profile 49/89149/4
authorWonkeun Oh <wonkeun.oh@samsung.com>
Thu, 22 Sep 2016 08:52:51 +0000 (17:52 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 14 Oct 2016 03:45:37 +0000 (20:45 -0700)
Change-Id: I70a9fc13561dc6598460ad1466b4adba3079febc

packaging/isf.spec

index 566a181..3803d5e 100644 (file)
@@ -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