From 9b738f2d3f7af9b8bd690cff49aff785289e9071 Mon Sep 17 00:00:00 2001 From: jerry kim Date: Thu, 3 Mar 2016 00:39:19 -0800 Subject: [PATCH] Revert "Revert "[Fix cairo.spec to disable backends(ps,pdf,script,svg,tee)]"" This reverts commit 40baa053e3c51937535d41a9b9279e94496d5889. Change-Id: If42a5c34f855042dbb07ea4f3ffc7f3ba049dc95 --- packaging/cairo.spec | 10 +++++----- 1 file 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 \ -- 2.34.1