summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhk57.kim <hk57.kim@samsung.com>2016-03-04 14:13:57 +0900
committerjerry kim <hk57kim@review.tizen.org>2016-03-03 21:22:39 -0800
commit298d7cd81cd92c17662c0c127a467a7b94721067 (patch)
tree89585073a249dafdd96105440d53117afaf8ad78
parentdc73636f375442d20568a193cba72438137c235a (diff)
downloadcairo-submit/tizen/20160307.062747.tar.gz
cairo-submit/tizen/20160307.062747.tar.bz2
cairo-submit/tizen/20160307.062747.zip
to enable poppler module build in OBS, should enable not only cairo-pdf, cairo-ps and cairo-svg. Change-Id: I14e2647f76ded09a04b31afbd0fe93841551d78e Signed-off-by: hk57.kim <hk57.kim@samsung.com>
-rw-r--r--packaging/cairo.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/cairo.spec b/packaging/cairo.spec
index 514f89f7b..23a02c430 100644
--- a/packaging/cairo.spec
+++ b/packaging/cairo.spec
@@ -137,10 +137,10 @@ NOCONFIGURE=1 ./autogen.sh
--enable-glesv2=yes \
--enable-evasgl=yes \
%endif
- --enable-ps=no \
+ --enable-ps=yes \
--enable-pdf=yes \
--enable-script=no \
- --enable-svg=no \
+ --enable-svg=yes \
--enable-tee=no \
%if %{with wayland} && !%{with x}
--disable-xlib \