summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormoonhee choi <mh0310.choi@samsung.com>2016-03-02 18:13:37 -0800
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>2016-03-02 18:13:37 -0800
commit3e8cb509689a3ecd865856f2ef23c853d9779165 (patch)
tree4d58ce21a7a17ba9e45260c7a6ce94e753df71ec
parentde73355cecef0b9466408c7b334928e33c3f990b (diff)
parent40baa053e3c51937535d41a9b9279e94496d5889 (diff)
downloadcairo-3e8cb509689a3ecd865856f2ef23c853d9779165.tar.gz
cairo-3e8cb509689a3ecd865856f2ef23c853d9779165.tar.bz2
cairo-3e8cb509689a3ecd865856f2ef23c853d9779165.zip
Merge "Revert "[Fix cairo.spec to disable backends(ps,pdf,script,svg,tee)]"" into tizensubmit/tizen_common/20160303.021550accepted/tizen/common/20160304.195819
-rw-r--r--packaging/cairo.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/packaging/cairo.spec b/packaging/cairo.spec
index 39165e6cf..0983b7ebb 100644
--- a/packaging/cairo.spec
+++ b/packaging/cairo.spec
@@ -137,11 +137,11 @@ NOCONFIGURE=1 ./autogen.sh
--enable-glesv2=yes \
--enable-evasgl=yes \
%endif
- --enable-ps=no \
- --enable-pdf=no \
- --enable-script=no \
- --enable-svg=no \
- --enable-tee=no \
+ --enable-ps \
+ --enable-pdf \
+ --enable-script \
+ --enable-svg \
+ --enable-tee \
%if %{with wayland} && !%{with x}
--disable-xlib \
--disable-xcb \