From: Jan Palus Date: Tue, 13 Feb 2018 23:31:18 +0000 (+0100) Subject: do not build apidocs when building static libs X-Git-Tag: auto/th/poppler-0.65.0-1~2 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fpoppler.git;a=commitdiff_plain;h=6a04f0ad8a134019e4e5e7111ad636374a542dbb do not build apidocs when building static libs --- diff --git a/poppler.spec b/poppler.spec index f011916..73e7237 100644 --- a/poppler.spec +++ b/poppler.spec @@ -249,7 +249,7 @@ cd build-static -DBUILD_SHARED_LIBS=OFF \ -DENABLE_GTK_TESTS=OFF \ -DENABLE_LIBCURL=ON \ - %{?with_apidocs:-DENABLE_GTK_DOC=ON} \ + -DENABLE_GTK_DOC=OFF \ %{!?with_cairo:-DWITH_CAIRO=OFF} \ %{!?with_cpp:-DENABLE_CPP=OFF} \ %{!?with_glib:-DENABLE_GLIB=OFF} \