]> git.pld-linux.org Git - packages/cairo.git/commitdiff
- wo apidocs bcond auto/th/cairo-1_0_2-2
authoradgor <adgor@pld-linux.org>
Thu, 10 Nov 2005 22:00:28 +0000 (22:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cairo.spec -> 1.41

cairo.spec

index cfb326a8303fdad7b1a990d8b3abe707d2f46ca6..e14ce95d4b797687c258993458b031a67bbcd8c5 100644 (file)
@@ -1,6 +1,7 @@
 #
 # Conditional build:
-%bcond_with    xcb     # enable XCB backend (XCB not released yet)
+%bcond_without apidocs         # disable gtk-doc
+%bcond_with    xcb             # enable XCB backend (XCB not released yet)
 #
 Summary:       Cairo - multi-platform 2D graphics library
 Summary(pl):   Cairo - wieloplatformowa biblioteka graficzna 2D
@@ -17,7 +18,7 @@ BuildRequires:        automake >= 1.7
 BuildRequires: fontconfig-devel
 BuildRequires: freetype-devel >= 2.1.10
 BuildRequires: glitz-devel >= 0.4.4
-BuildRequires: gtk-doc >= 1.3
+%{?with_apidocs:BuildRequires: gtk-doc >= 1.3}
 BuildRequires: libpng-devel
 BuildRequires: libtool
 BuildRequires: pkgconfig
@@ -109,7 +110,7 @@ Statyczna biblioteka Cairo.
 %{__autoconf}
 %{__automake}
 %configure \
-       --enable-gtk-doc \
+       %{?with_apidocs:--enable-gtk-doc} \
        %{?with_xcb:--enable-xcb} \
        --enable-glitz \
        --enable-ps \
This page took 0.037156 seconds and 4 git commands to generate.