efl_js: Enable Ethumb support for Elm.
authorLauro Moura <lauromoura@expertisesolutions.com.br>
Thu, 4 Aug 2016 19:28:30 +0000 (16:28 -0300)
committerFelipe Magno de Almeida <felipe@expertisesolutions.com.br>
Tue, 25 Oct 2016 14:23:34 +0000 (12:23 -0200)
src/bindings/js/efl_js/efl_js.cc

index 093380f..c83d98d 100644 (file)
@@ -266,6 +266,8 @@ EAPI void init(v8::Handle<v8::Object> exports)
   static char* argv[] = {const_cast<char*>("node")};
   ::elm_init(1, argv);
 
+  ::elm_need_ethumb();
+
   elm_policy_set(ELM_POLICY_QUIT, ELM_POLICY_QUIT_LAST_WINDOW_HIDDEN);
   
    try