From 298d7cd81cd92c17662c0c127a467a7b94721067 Mon Sep 17 00:00:00 2001 From: "hk57.kim" Date: Fri, 4 Mar 2016 14:13:57 +0900 Subject: fix obs buid error :enable poppler to enable poppler module build in OBS, should enable not only cairo-pdf, cairo-ps and cairo-svg. Change-Id: I14e2647f76ded09a04b31afbd0fe93841551d78e Signed-off-by: hk57.kim --- packaging/cairo.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/cairo.spec b/packaging/cairo.spec index 514f89f7b..23a02c430 100644 --- a/packaging/cairo.spec +++ b/packaging/cairo.spec @@ -137,10 +137,10 @@ NOCONFIGURE=1 ./autogen.sh --enable-glesv2=yes \ --enable-evasgl=yes \ %endif - --enable-ps=no \ + --enable-ps=yes \ --enable-pdf=yes \ --enable-script=no \ - --enable-svg=no \ + --enable-svg=yes \ --enable-tee=no \ %if %{with wayland} && !%{with x} --disable-xlib \ -- cgit v1.2.3