]> git.pld-linux.org Git - packages/gstreamer.git/blame - gstreamer-without_ps_pdf.patch
Update to 1.10.2
[packages/gstreamer.git] / gstreamer-without_ps_pdf.patch
CommitLineData
48f7187f
JB
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)
71f3c9e9 10
48f7187f
JB
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.063053 seconds and 4 git commands to generate.