Apply ethumb dependancy 56/19056/1
authorseong.chung <seong.chung@samsung.com>
Sat, 5 Apr 2014 07:48:33 +0000 (16:48 +0900)
committerseong.chung <seong.chung@samsung.com>
Sat, 5 Apr 2014 07:48:33 +0000 (16:48 +0900)
Change-Id: I9fde46ed75ecee0a02a286defdea4e5bdf660c34
Signed-off-by: seong.chung <seong.chung@samsung.com>
CMakeLists.txt
packaging/org.tizen.gallery.spec
ug/ug-gallery-efl/src/gallery-efl.c
ug/ug-gallery-efl/src/ge-albums.c

index 9aa96fe70a641cc0f7cb9f193f815768f62b99f4..8848e4e4258d5c38b9b755fbdde887e98f969e7a 100755 (executable)
@@ -93,6 +93,7 @@ pkg_check_modules(pkgs REQUIRED
        haptic
        utilX
        notification
+       ethumb
 )
 
 FOREACH(flag ${pkgs_CFLAGS})
index e357aef0c5789db0290c1eae90d347df04b0eb17..a5d5e2204566e9d1aec0c7062c72285d4be1e6d5 100755 (executable)
@@ -35,6 +35,7 @@ BuildRequires:  pkgconfig(capi-appfw-app-manager)
 BuildRequires:  pkgconfig(haptic)
 BuildRequires:  pkgconfig(utilX)
 BuildRequires:  pkgconfig(notification)
+BuildRequires:  pkgconfig(ethumb)
 
 Requires: media-server ug-image-viewer-efl
 
index 8b4e638a5f8a5b7227e4b32dc46759ea061e5dfd..34735e9ab1c9ee494ee6a2e4b5d5c16a0e1b42dd 100755 (executable)
@@ -19,6 +19,8 @@
 #endif
 
 #include <Evas.h>
+#include <Ethumb.h>
+
 #include "gallery-efl.h"
 #include "ge-debug.h"
 #include "ge-albums.h"
index 2765c5dd3ef8209a90b9765d7794a1a860af614b..ac6e37ec8fe0a54366a383faeb09481693971831 100755 (executable)
@@ -14,6 +14,8 @@
   * limitations under the License.
   */
 
+#include <Ethumb.h>
+
 #include "ge-debug.h"
 #include "ge-albums.h"
 #include "ge-gridview.h"