]> git.pld-linux.org Git - packages/dbus-glib.git/commitdiff
- don't explicitly enable docs rebuilding, it's broken; but package apidocs by default
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 16 Feb 2013 17:10:41 +0000 (18:10 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 16 Feb 2013 17:10:41 +0000 (18:10 +0100)
dbus-glib.spec

index b25ba52cfc490fd7408b11bf71aa66c9923fcd14..921f125688abf16e3a3f5e3953ab0f49b51bc292 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-%bcond_with    apidocs         # disable gtk-doc
+%bcond_without apidocs         # disable gtk-doc
 %bcond_without static_libs     # don't build static library
 
 %define                dbus_version    1.2.16
@@ -104,7 +104,7 @@ Ten pakiet dostarcza bashowe uzupełnianie poleceń dla dbus-send.
 %{__autoheader}
 %{__automake}
 %configure \
-       %{__enable_disable apidocs gtk-doc} \
+       %{__disable apidocs gtk-doc} \
        %{__disable static_libs static} \
        --disable-silent-rules \
        --with-html-dir=%{_gtkdocdir}
This page took 0.032444 seconds and 4 git commands to generate.