Enable thorvg backend. 70/255870/2
authorHermet Park <chuneon.park@samsung.com>
Wed, 24 Mar 2021 09:54:21 +0000 (18:54 +0900)
committerHermet Park <chuneon.park@samsung.com>
Wed, 24 Mar 2021 10:38:47 +0000 (10:38 +0000)
Change-Id: I8d12fa760b6dbc4f1c2c5ac9d14b994f9f235dae

meson_options.txt
packaging/efl.spec

index 49eec4c..a126225 100644 (file)
@@ -252,7 +252,7 @@ option('hyphen',
 
 option('thorvg',
   type : 'boolean',
-  value : false,
+  value : true,
   description : 'Thorvg support instead of ector in evas'
 )
 
index a4a1682..e284729 100644 (file)
@@ -72,7 +72,7 @@ BuildRequires:  pkgconfig(sm)
 BuildRequires:  pkgconfig(ibus-1.0)
 %endif
 
-#BuildRequires:  pkgconfig(thorvg)
+BuildRequires:  pkgconfig(thorvg)
 BuildRequires:  pkgconfig(rlottie)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(openssl1.1)