From: jerry kim Date: Thu, 3 Mar 2016 02:05:33 +0000 (-0800) Subject: Revert "[Fix cairo.spec to disable backends(ps,pdf,script,svg,tee)]" X-Git-Tag: submit/tizen_common/20160303.021550^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=40baa053e3c51937535d41a9b9279e94496d5889;p=platform%2Fcore%2Fgraphics%2Fcairo.git Revert "[Fix cairo.spec to disable backends(ps,pdf,script,svg,tee)]" This reverts commit ca3e6d75aaf63e5f77bc31975d77a20cbc5407ca. Change-Id: I42794fd7ff139598ed39fba31622709562250948 --- 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 \