summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorjerry kim <hk57kim@review.tizen.org>2016-03-03 00:39:19 -0800
committerjerry kim <hk57kim@review.tizen.org>2016-03-03 00:39:19 -0800
commit9b738f2d3f7af9b8bd690cff49aff785289e9071 (patch)
treea976dbe6f352a14366348f129ab2225603945183 /packaging
parent40baa053e3c51937535d41a9b9279e94496d5889 (diff)
downloadcairo-9b738f2d3f7af9b8bd690cff49aff785289e9071.tar.gz
cairo-9b738f2d3f7af9b8bd690cff49aff785289e9071.tar.bz2
cairo-9b738f2d3f7af9b8bd690cff49aff785289e9071.zip
Revert "Revert "[Fix cairo.spec to disable backends(ps,pdf,script,svg,tee)]""
This reverts commit 40baa053e3c51937535d41a9b9279e94496d5889. Change-Id: If42a5c34f855042dbb07ea4f3ffc7f3ba049dc95
Diffstat (limited to 'packaging')
-rw-r--r--packaging/cairo.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/packaging/cairo.spec b/packaging/cairo.spec
index 3ca995e33..2cf96ec5f 100644
--- a/packaging/cairo.spec
+++ b/packaging/cairo.spec
@@ -153,11 +153,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 \