Author: arekm                        Date: Wed Mar  7 16:50:38 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 2; enable xcb backend for th

---- Files affected:
SPECS:
   cairo.spec (1.63 -> 1.64) 

---- Diffs:

================================================================
Index: SPECS/cairo.spec
diff -u SPECS/cairo.spec:1.63 SPECS/cairo.spec:1.64
--- SPECS/cairo.spec:1.63       Wed Mar  7 17:28:00 2007
+++ SPECS/cairo.spec    Wed Mar  7 17:50:33 2007
@@ -3,7 +3,7 @@
 # Conditional build:
 %bcond_without apidocs         # disable gtk-doc
 %bcond_with    glitz           # build with glitz backend
-%bcond_with    xcb             # enable XCB backend
+%bcond_without xcb             # XCB backend
 %bcond_with    tests           # perform tests (can fail due to out of memory)
 %bcond_without lcd             # use own LCD filtering instead of freetype's
 #
@@ -11,7 +11,7 @@
 Summary(pl.UTF-8):     Cairo - wieloplatformowa biblioteka graficzna 2D
 Name:          cairo
 Version:       1.4.0
-Release:       1
+Release:       2
 License:       LGPL v2.1 or MPL v1.1
 Group:         Libraries
 Source0:       http://cairographics.org/releases/%{name}-%{version}.tar.gz
@@ -29,7 +29,10 @@
 BuildRequires: libpng-devel
 BuildRequires: libtool
 BuildRequires: pkgconfig
-%{?with_xcb:BuildRequires:     libxcb-devel}
+%if %{with xcb}
+BuildRequires: libxcb-devel
+BuildRequires: xcb-util-devel
+%endif
 BuildRequires: xorg-lib-libXrender-devel >= 0.6
 BuildRequires: zlib-devel
 %{!?with_lcd:Requires: freetype >= 1:2.1.10}
@@ -168,6 +171,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.64  2007/03/07 16:50:33  arekm
+- rel 2; enable xcb backend for th
+
 Revision 1.63  2007/03/07 16:28:00  arekm
 - up to 1.4.0
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/cairo.spec?r1=1.63&r2=1.64&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to