diff --git a/cairo.spec b/cairo.spec index c4f3dff..41cb581 100644 --- a/cairo.spec +++ b/cairo.spec @@ -52,9 +52,8 @@ source vector graphics library. %setup -q %build -%configure --enable-warnings --disable-glitz --disable-quartz \ - --enable-xlib \ - --disable-atsui --disable-xcb --disable-win32 \ +%configure --enable-warnings --enable-xlib --enable-freetype \ + --enable-ps --enable-pdf --enable-svg \ --disable-gtk-doc make @@ -85,6 +84,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gtk-doc/* %changelog +* Wed Aug 9 2006 Behdad Esfahbod 1.2.2-3 +- Remove unnecessary --disable-* arguments to configure, add --enable-* + for those backends we really want to make sure are enabled. + * Wed Aug 9 2006 Ray Strode - 1.2.2-2 - add lame libXt-devel BuildReq to get things building again. - small spec tweaks to follow conventions