]> git.pld-linux.org Git - packages/cairo.git/commitdiff
- rel 2; enable xcb backend for th auto/th/cairo-1_4_0-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 7 Mar 2007 16:50:33 +0000 (16:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cairo.spec -> 1.64

cairo.spec

index 4ba0f2f6833f0f95235bafcda24ba913219cc029..a9a8bf863cf333455f0d147037aef6c597509590 100644 (file)
@@ -2,7 +2,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
 #
@@ -10,7 +10,7 @@ Summary:      Cairo - multi-platform 2D graphics library
 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
@@ -28,7 +28,10 @@ BuildRequires:       fontconfig-devel
 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}
This page took 0.079404 seconds and 4 git commands to generate.