summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjerry kim <hk57kim@review.tizen.org>2016-03-02 18:05:33 -0800
committerjerry kim <hk57kim@review.tizen.org>2016-03-02 18:05:33 -0800
commit40baa053e3c51937535d41a9b9279e94496d5889 (patch)
treef0beaee0e714d6617b7c76a188ef82048d67c8ef
parentca3e6d75aaf63e5f77bc31975d77a20cbc5407ca (diff)
downloadcairo-40baa053e3c51937535d41a9b9279e94496d5889.tar.gz
cairo-40baa053e3c51937535d41a9b9279e94496d5889.tar.bz2
cairo-40baa053e3c51937535d41a9b9279e94496d5889.zip
Revert "[Fix cairo.spec to disable backends(ps,pdf,script,svg,tee)]"
This reverts commit ca3e6d75aaf63e5f77bc31975d77a20cbc5407ca. Change-Id: I42794fd7ff139598ed39fba31622709562250948
-rw-r--r--packaging/cairo.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/packaging/cairo.spec b/packaging/cairo.spec
index 2cf96ec5f..3ca995e33 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=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 \