From: hk57.kim Date: Fri, 4 Mar 2016 05:13:57 +0000 (+0900) Subject: fix obs buid error :enable poppler X-Git-Tag: submit/tizen/20160307.050613^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=298d7cd81cd92c17662c0c127a467a7b94721067;p=platform%2Fcore%2Fgraphics%2Fcairo.git 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 --- 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 \