From ca3e6d75aaf63e5f77bc31975d77a20cbc5407ca Mon Sep 17 00:00:00 2001 From: "hk57.kim" Date: Mon, 14 Dec 2015 14:15:10 +0900 Subject: [PATCH] [Fix cairo.spec to disable backends(ps,pdf,script,svg,tee)] Change-Id: Ib502908920732182c44031ebe6ea1d88da81c3b8 Signed-off-by: hk57.kim --- 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