libdmx: Add fso-specs to DEPENDS
[openembedded.git] / recipes / upnp / gupnp-0.13.1 / nodoc.patch
blob0d080e38d7e9c1bd8ee281b1832ec18f7d991d02
1 ---
2 Makefile.am | 2 +-
3 configure.ac | 5 -----
4 2 files changed, 1 insertion(+), 6 deletions(-)
6 --- gupnp-0.13.1.orig/Makefile.am
7 +++ gupnp-0.13.1/Makefile.am
8 @@ -1,6 +1,6 @@
9 -SUBDIRS = libgupnp tools examples tests doc
10 +SUBDIRS = libgupnp tools
12 pkgconfig_DATA= gupnp-1.0.pc
13 pkgconfigdir = $(libdir)/pkgconfig
15 EXTRA_DIST = gupnp-1.0.pc.in gupnp-1.0-uninstalled.pc.in
16 --- gupnp-0.13.1.orig/configure.ac
17 +++ gupnp-0.13.1/configure.ac
18 @@ -47,19 +47,14 @@ AC_ARG_ENABLE(debug,
19 enable_debug=no)
20 if test "x$enable_debug" = "xyes"; then
21 CFLAGS="$CFLAGS -g -Wall -Werror"
24 -# Gtk-doc
25 -GTK_DOC_CHECK([1.0])
27 AC_OUTPUT([
28 Makefile
29 libgupnp/Makefile
30 examples/Makefile
31 tools/Makefile
32 tests/Makefile
33 -doc/Makefile
34 -doc/version.xml
35 gupnp-1.0.pc
36 gupnp-1.0-uninstalled.pc