diff options
author | hk57.kim <hk57.kim@samsung.com> | 2016-03-09 16:13:24 +0900 |
---|---|---|
committer | jerry kim <hk57kim@review.tizen.org> | 2016-03-08 23:13:48 -0800 |
commit | ea5563808b7f553121fbed5bc6b4bf908b1a8c05 (patch) | |
tree | bc4358e7be43a4c67e59ae4dc1d1dd86ba3d282c | |
parent | 298d7cd81cd92c17662c0c127a467a7b94721067 (diff) | |
download | cairo-ea5563808b7f553121fbed5bc6b4bf908b1a8c05.tar.gz cairo-ea5563808b7f553121fbed5bc6b4bf908b1a8c05.tar.bz2 cairo-ea5563808b7f553121fbed5bc6b4bf908b1a8c05.zip |
fix rootstrap error : enable-scriptsubmit/tizen/20160309.074544accepted/tizen/wearable/20160309.124611accepted/tizen/tv/20160309.124553accepted/tizen/mobile/20160309.124539accepted/tizen/ivi/20160309.124627accepted/tizen/common/20160310.081608
occurred missing cairo-gobject, cairo-script-interpreter error.
fix this issue.
Change-Id: I14fd5fda295c06ebe167d7e37352413e278b53b5
Signed-off-by: hk57.kim <hk57.kim@samsung.com>
-rw-r--r-- | packaging/cairo.spec | 2 |
1 files changed, 1 insertions, 1 deletions
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} |