Revert "[Fix cairo.spec to disable backends(ps,pdf,script,svg,tee)]" 09/60909/1
authorjerry kim <hk57kim@review.tizen.org>
Thu, 3 Mar 2016 02:05:33 +0000 (18:05 -0800)
committerjerry kim <hk57kim@review.tizen.org>
Thu, 3 Mar 2016 02:05:33 +0000 (18:05 -0800)
This reverts commit ca3e6d75aaf63e5f77bc31975d77a20cbc5407ca.

Change-Id: I42794fd7ff139598ed39fba31622709562250948

packaging/cairo.spec

index 2cf96ec..3ca995e 100644 (file)
@@ -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  \