Fix build break
authorWonYoung Choi <wy80.choi@samsung.com>
Fri, 4 Mar 2016 07:10:15 +0000 (16:10 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Fri, 4 Mar 2016 07:10:15 +0000 (16:10 +0900)
Change-Id: Icddd7f98f342517a9fd8db43eb1ee21298e0543c

Tizen.Application/Interop/Interop.Window.cs
packaging/csapi-application.spec

index 4a8f00b..4c42d8c 100755 (executable)
@@ -18,10 +18,10 @@ internal static partial class Interop {
         [DllImport(Libraries.Evas, CallingConvention = CallingConvention.Cdecl)]
         internal static extern void evas_object_unref(IntPtr obj);
 
-        [DllImport(Libraries.Evas, CallingConvention = CallingConvention.Cdecl)]
+        [DllImport(Libraries.Elementary, CallingConvention = CallingConvention.Cdecl)]
         internal static extern void elm_win_activate(IntPtr obj);
 
-        [DllImport(Libraries.Evas, CallingConvention = CallingConvention.Cdecl)]
+        [DllImport(Libraries.Elementary, CallingConvention = CallingConvention.Cdecl)]
         internal static extern void elm_win_lower(IntPtr obj);
     }
 }
index fd5668d..fcaeae7 100644 (file)
@@ -23,11 +23,13 @@ Requires(postun): mono-core
 # P/Invoke Dependencies
 BuildRequires: pkgconfig(glib-2.0)
 BuildRequires: pkgconfig(capi-appfw-application)
+BuildRequires: pkgconfig(evas)
 
 # P/Invoke Runtime Dependencies
 # TODO: It should be removed after fix tizen-rpm-config
 Requires: glib-2.0
 Requires: capi-appfw-application
+Requires: evas
 # DLL Dependencies
 #BuildRequires: ...