From ea5563808b7f553121fbed5bc6b4bf908b1a8c05 Mon Sep 17 00:00:00 2001 From: "hk57.kim" Date: Wed, 9 Mar 2016 16:13:24 +0900 Subject: fix rootstrap error : enable-script occurred missing cairo-gobject, cairo-script-interpreter error. fix this issue. Change-Id: I14fd5fda295c06ebe167d7e37352413e278b53b5 Signed-off-by: hk57.kim --- packaging/cairo.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/cairo.spec b/packaging/cairo.spec index 23a02c430..3d6bc60b0 100644 --- a/packaging/cairo.spec +++ b/packaging/cairo.spec @@ -139,7 +139,7 @@ NOCONFIGURE=1 ./autogen.sh %endif --enable-ps=yes \ --enable-pdf=yes \ - --enable-script=no \ + --enable-script=yes \ --enable-svg=yes \ --enable-tee=no \ %if %{with wayland} && !%{with x} -- cgit v1.2.3