0001-build-disable-tests-from-building.patch 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. From 1c503a8b2f127c12e58a6e8ba01743c04061df50 Mon Sep 17 00:00:00 2001
  2. From: Gustavo Zacarias <gustavo@zacarias.com.ar>
  3. Date: Tue, 5 Sep 2017 07:25:17 -0400
  4. Subject: [PATCH] build: disable tests from building
  5. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
  6. [Adam: refresh for pango 1.40.12]
  7. Signed-off-by: Adam Duskett <aduskett@gmail.com>
  8. ---
  9. Makefile.am | 2 +-
  10. Makefile.in | 2 +-
  11. 2 files changed, 2 insertions(+), 2 deletions(-)
  12. diff --git a/Makefile.am b/Makefile.am
  13. index 70bf8b0..c69daf0 100644
  14. --- a/Makefile.am
  15. +++ b/Makefile.am
  16. @@ -1,6 +1,6 @@
  17. ## Process this file with automake to create Makefile.in.
  18. -SUBDIRS= pango pango-view examples docs tools tests win32
  19. +SUBDIRS= pango pango-view examples docs tools win32
  20. meson_dist_files = \
  21. pango/pango-features.h.meson \
  22. diff --git a/Makefile.in b/Makefile.in
  23. index 8489ca1..51f6ada 100644
  24. --- a/Makefile.in
  25. +++ b/Makefile.in
  26. @@ -412,7 +412,7 @@ target_alias = @target_alias@
  27. top_build_prefix = @top_build_prefix@
  28. top_builddir = @top_builddir@
  29. top_srcdir = @top_srcdir@
  30. -SUBDIRS = pango pango-view examples docs tools tests win32
  31. +SUBDIRS = pango pango-view examples docs tools win32
  32. meson_dist_files = \
  33. pango/pango-features.h.meson \
  34. pango-view/meson.build \
  35. --
  36. 2.13.5