surpport seeking the recorded video
[vuplus_openembedded] / recipes / upnp / gupnp-av-0.5.2 / nodoc.patch
1 ---
2  Makefile.am  |    2 +-
3  configure.ac |    4 ----
4  2 files changed, 1 insertion(+), 5 deletions(-)
5
6 --- gupnp-av-0.5.2.orig/Makefile.am
7 +++ gupnp-av-0.5.2/Makefile.am
8 @@ -1,6 +1,6 @@
9 -SUBDIRS = libgupnp-av tests doc
10 +SUBDIRS = libgupnp-av tests
11  
12  pkgconfig_DATA= gupnp-av-1.0.pc
13  pkgconfigdir = $(libdir)/pkgconfig
14  
15  DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
16 --- gupnp-av-0.5.2.orig/configure.ac
17 +++ gupnp-av-0.5.2/configure.ac
18 @@ -23,16 +23,12 @@ AC_ARG_ENABLE(debug,
19          enable_debug=no)
20  if test "x$enable_debug" = "xyes"; then
21          CFLAGS="$CFLAGS -g -Wall"
22  fi
23  
24 -GTK_DOC_CHECK([1.0])
25 -
26  AC_OUTPUT([
27  Makefile
28  libgupnp-av/Makefile
29  tests/Makefile
30 -doc/Makefile
31 -doc/version.xml
32  gupnp-av-1.0.pc
33  gupnp-av-1.0-uninstalled.pc
34  ])