Disabled the input_grab logic in tv profile 95/92095/1
authorWonkeun Oh <wonkeun.oh@samsung.com>
Thu, 13 Oct 2016 08:06:56 +0000 (17:06 +0900)
committerWonkeun Oh <wonkeun.oh@samsung.com>
Thu, 13 Oct 2016 08:07:13 +0000 (17:07 +0900)
Change-Id: I2871c06c90537bc490d7e94ddd3d52d428c5a7fb

packaging/e-mod-tizen-wl-textinput.spec

index 5bc9495..9ec47f4 100644 (file)
@@ -27,8 +27,8 @@ The Enlightenment WM Wayland Text Input Module for Tizen
 CFLAGS+=" -Werror";
 CXXFLAGS+=" -Werror";
 %if "%{profile}" == "tv"
-CFLAGS+=" -D_TV -DENABLE_GRAB_KEYBOARD=1";
-CXXFLAGS+=" -D_TV -DENABLE_GRAB_KEYBOARD=1";
+CFLAGS+=" -D_TV";
+CXXFLAGS+=" -D_TV";
 %endif
 
 %autogen