From: Mu-Woong Date: Mon, 29 Jun 2015 10:02:37 +0000 (+0900) Subject: Switch from ecore mainloop to g mainloop X-Git-Tag: submit/tizen_mobile/20150630.143244~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9844bb605acd63b53b144221a64f18e336d77b83;p=platform%2Fcore%2Fcontext%2Fcontext-service.git Switch from ecore mainloop to g mainloop Change-Id: Ifa8dffac3d415f4147b2539018101a20633be996 Signed-off-by: Mu-Woong --- diff --git a/packaging/context-service.spec b/packaging/context-service.spec index 4c2c528..fbafe42 100644 --- a/packaging/context-service.spec +++ b/packaging/context-service.spec @@ -9,7 +9,7 @@ Source1: context-service.service Source2: org.tizen.context.service # For active window hooking, we need to use 'ecore' mainloop instead of the 'glib' mainloop. -%define MAINLOOP ecore +%define MAINLOOP glib BuildRequires: cmake BuildRequires: sed