]> git.pld-linux.org Git - packages/gstreamer.git/blob - gstreamer-without_ps_pdf.patch
8ba08e36c910deb160120c1b1ed46a8a5b05dcb0
[packages/gstreamer.git] / gstreamer-without_ps_pdf.patch
1 --- gstreamer-0.10.1/common/m4/gst-doc.m4.orig  2005-11-27 15:19:38.000000000 +0100
2 +++ gstreamer-0.10.1/common/m4/gst-doc.m4       2006-01-14 13:55:40.223307250 +0100
3 @@ -8,6 +8,9 @@
4    AC_HELP_STRING([--enable-docbook],
5                   [use docbook to build documentation [default=no]]),,
6                   enable_docbook=no)
7 +  AC_ARG_ENABLE(pspdf,
8 +  AC_HELP_STRING([--disable-pspdf],
9 +                 [disable building of documentation in PS and PDF formats]),,enable_pspdf=yes)
10  
11    have_docbook=no
12  
13 @@ -100,6 +103,7 @@
14      dnl check if we can generate PS
15      if test "x$HAVE_DOCBOOK2PS" = "xyes" && \
16         test "x$enable_docbook" = "xyes" && \
17 +       test "x$enable_pspdf" = "xyes" && \
18         test "x$HAVE_XMLLINT" = "xyes" && \
19         test "x$HAVE_JADETEX" = "xyes" && \
20         test "x$HAVE_FIG2DEV_EPS" = "xyes" && \
This page took 0.073538 seconds and 2 git commands to generate.