0004-configure.ac-clarify-configure-summary.patch 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. From 069efd194cf4cb225075440ae58137ea6375fb8b Mon Sep 17 00:00:00 2001
  2. From: Hans Verkuil <hans.verkuil@cisco.com>
  3. Date: Mon, 15 May 2017 15:13:00 +0200
  4. Subject: [PATCH] configure.ac: clarify configure summary
  5. Some of the texts are rather obscure and misleading. Fix those.
  6. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
  7. Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com>
  8. ---
  9. configure.ac | 48 ++++++++++++++++++++++++------------------------
  10. 1 file changed, 24 insertions(+), 24 deletions(-)
  11. diff --git a/configure.ac b/configure.ac
  12. index e468b3a..3c70969 100644
  13. --- a/configure.ac
  14. +++ b/configure.ac
  15. @@ -475,28 +475,28 @@ cat <<EOF
  16. compile time options summary
  17. ============================
  18. - Host OS : $host_os
  19. - X11 : $x11_pkgconfig
  20. - GL : $gl_pkgconfig
  21. - glu : $glu_pkgconfig
  22. - libjpeg : $have_jpeg
  23. - libudev : $have_libudev
  24. - pthread : $have_pthread
  25. - QT version : $QT_VERSION
  26. - ALSA support : $USE_ALSA
  27. -
  28. - build dynamic libs : $enable_shared
  29. - build static libs : $enable_static
  30. -
  31. - gconv : $USE_GCONV
  32. -
  33. - libv4l : $USE_LIBV4L
  34. - v4l_plugins : $USE_V4L_PLUGINS
  35. - v4l_wrappers : $USE_V4L_WRAPPERS
  36. - libdvbv5 : $USE_LIBDVBV5
  37. - dvbv5-daemon : $USE_DVBV5_REMOTE
  38. - v4lutils : $USE_V4LUTILS
  39. - qv4l2 : $USE_QV4L2
  40. - v4l2-ctrl : $USE_V4L2_CTL
  41. - v4l2-compliance : $USE_V4L2_COMPLIANCE
  42. + Host OS : $host_os
  43. + X11 : $x11_pkgconfig
  44. + GL : $gl_pkgconfig
  45. + glu : $glu_pkgconfig
  46. + libjpeg : $have_jpeg
  47. + libudev : $have_libudev
  48. + pthread : $have_pthread
  49. + QT version : $QT_VERSION
  50. + ALSA support : $USE_ALSA
  51. +
  52. + build dynamic libs : $enable_shared
  53. + build static libs : $enable_static
  54. +
  55. + gconv : $USE_GCONV
  56. +
  57. + dynamic libv4l : $USE_LIBV4L
  58. + v4l_plugins : $USE_V4L_PLUGINS
  59. + v4l_wrappers : $USE_V4L_WRAPPERS
  60. + libdvbv5 : $USE_LIBDVBV5
  61. + dvbv5-daemon : $USE_DVBV5_REMOTE
  62. + v4lutils : $USE_V4LUTILS
  63. + qv4l2 : $USE_QV4L2
  64. + v4l2-ctl uses libv4l : $USE_V4L2_CTL
  65. + v4l2-compliance uses libv4l: $USE_V4L2_COMPLIANCE
  66. EOF
  67. --
  68. 1.9.1