fix obs buid error :enable poppler 17/61117/2 accepted/tizen/common/20160307.154146 accepted/tizen/ivi/20160307.110129 accepted/tizen/mobile/20160307.110043 accepted/tizen/tv/20160307.110056 accepted/tizen/wearable/20160307.110116 submit/tizen/20160307.062747
authorhk57.kim <hk57.kim@samsung.com>
Fri, 4 Mar 2016 05:13:57 +0000 (14:13 +0900)
committerjerry kim <hk57kim@review.tizen.org>
Fri, 4 Mar 2016 05:22:39 +0000 (21:22 -0800)
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 <hk57.kim@samsung.com>
packaging/cairo.spec

index 514f89f..23a02c4 100644 (file)
@@ -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 \