]> git.pld-linux.org Git - packages/crossmingw32-pango.git/commitdiff
- let's not build the whole thing
authorczarny <czarny@pld-linux.org>
Tue, 20 Feb 2007 20:14:26 +0000 (20:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossmingw32-pango-noexamples.patch -> 1.1

crossmingw32-pango-noexamples.patch [new file with mode: 0644]

diff --git a/crossmingw32-pango-noexamples.patch b/crossmingw32-pango-noexamples.patch
new file mode 100644 (file)
index 0000000..b680b28
--- /dev/null
@@ -0,0 +1,88 @@
+diff -urN pango-1.14.10/Makefile.am pango-1.14.10.new/Makefile.am
+--- pango-1.14.10/Makefile.am  2007-01-03 09:19:54.000000000 +0100
++++ pango-1.14.10.new/Makefile.am      2007-02-19 16:16:21.015521883 +0100
+@@ -1,6 +1,6 @@
+ ## Process this file with automake to create Makefile.in.
+-SUBDIRS= pango modules examples docs tools tests
++SUBDIRS= pango
+ EXTRA_DIST =                  \
+       autogen.sh              \
+diff -urN pango-1.14.10/Makefile.am~ pango-1.14.10.new/Makefile.am~
+--- pango-1.14.10/Makefile.am~ 1970-01-01 01:00:00.000000000 +0100
++++ pango-1.14.10.new/Makefile.am~     2007-02-19 16:12:48.785521883 +0100
+@@ -0,0 +1,73 @@
++## Process this file with automake to create Makefile.in.
++
++SUBDIRS= pango modules
++
++EXTRA_DIST =                  \
++      autogen.sh              \
++      pango.pc.in             \
++      pangocairo.pc.in        \
++      pangox.pc.in            \
++      pangoxft.pc.in          \
++      pangoft2.pc.in          \
++      pangowin32.pc.in        \
++      pango-uninstalled.pc.in         \
++      pangocairo-uninstalled.pc.in    \
++      pangox-uninstalled.pc.in        \
++      pangoxft-uninstalled.pc.in      \
++      pangoft2-uninstalled.pc.in      \
++      pangowin32-uninstalled.pc.in    \
++      ChangeLog.pre-1-0       \
++      ChangeLog.pre-1-2       \
++      ChangeLog.pre-1-4       \
++      ChangeLog.pre-1-6       \
++      ChangeLog.pre-1-8       \
++      ChangeLog.pre-1-10      \
++      ChangeLog.pre-1-12      \
++      ChangeLog.pre-1-14      \
++      MAINTAINERS             \
++      HACKING                 \
++      README.win32            \
++      pango-zip.sh            \
++      sanitize-la.sh
++MAINTAINERCLEANFILES = \
++      $(srcdir)/INSTALL \
++      $(srcdir)/aclocal.m4 \
++      $(srcdir)/autoscan.log \
++      $(srcdir)/compile \
++      $(srcdir)/config.guess \
++      $(srcdir)/config.h.in \
++      $(srcdir)/config.sub \
++      $(srcdir)/configure.scan \
++      $(srcdir)/depcomp \
++      $(srcdir)/install-sh \
++      $(srcdir)/ltmain.sh \
++      $(srcdir)/missing \
++      $(srcdir)/mkinstalldirs \
++      $(srcdir)/omf.make \
++      $(srcdir)/xmldocs.make \
++      `find "$(srcdir)" -type f -name Makefile.in -print`
++
++pkgconfigdir = $(libdir)/pkgconfig
++pkgconfig_DATA = pango.pc
++
++if HAVE_CAIRO
++pkgconfig_DATA += pangocairo.pc
++endif
++
++if HAVE_X
++pkgconfig_DATA += pangox.pc
++endif
++
++if HAVE_XFT
++pkgconfig_DATA += pangoxft.pc
++endif
++
++if HAVE_FREETYPE
++pkgconfig_DATA += pangoft2.pc
++endif
++
++if HAVE_WIN32
++pkgconfig_DATA += pangowin32.pc
++endif
++
++DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
This page took 0.194004 seconds and 4 git commands to generate.