summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormoonhee choi <mh0310.choi@samsung.com>2016-03-03 00:40:34 -0800
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>2016-03-03 00:40:34 -0800
commit2093c9e1c2ec58fe10c0bdf4a09d58efdd3059ec (patch)
treee6d0fd87c760a6e155e1c1bf9ef1ec2ed0b91e78
parent3e8cb509689a3ecd865856f2ef23c853d9779165 (diff)
parent9b738f2d3f7af9b8bd690cff49aff785289e9071 (diff)
downloadcairo-2093c9e1c2ec58fe10c0bdf4a09d58efdd3059ec.tar.gz
cairo-2093c9e1c2ec58fe10c0bdf4a09d58efdd3059ec.tar.bz2
cairo-2093c9e1c2ec58fe10c0bdf4a09d58efdd3059ec.zip
Merge "Revert "Revert "[Fix cairo.spec to disable backends(ps,pdf,script,svg,tee)]""" into tizen
-rw-r--r--packaging/cairo.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/packaging/cairo.spec b/packaging/cairo.spec
index 0983b7ebb..39165e6cf 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 \
- --enable-pdf \
- --enable-script \
- --enable-svg \
- --enable-tee \
+ --enable-ps=no \
+ --enable-pdf=no \
+ --enable-script=no \
+ --enable-svg=no \
+ --enable-tee=no \
%if %{with wayland} && !%{with x}
--disable-xlib \
--disable-xcb \