summaryrefslogtreecommitdiffstats
path: root/package/libv4l/0004-configure.ac-clarify-configure-summary.patch
blob: dc6760082ba6bc433b6cdfd00463fcdb8f4b51fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
From 069efd194cf4cb225075440ae58137ea6375fb8b Mon Sep 17 00:00:00 2001
From: Hans Verkuil <hans.verkuil@cisco.com>
Date: Mon, 15 May 2017 15:13:00 +0200
Subject: [PATCH] configure.ac: clarify configure summary

Some of the texts are rather obscure and misleading. Fix those.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com>
---
 configure.ac | 48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

diff --git a/configure.ac b/configure.ac
index e468b3a..3c70969 100644
--- a/configure.ac
+++ b/configure.ac
@@ -475,28 +475,28 @@ cat <<EOF
 compile time options summary
 ============================
 
-    Host OS             : $host_os
-    X11                 : $x11_pkgconfig
-    GL                  : $gl_pkgconfig
-    glu                 : $glu_pkgconfig
-    libjpeg             : $have_jpeg
-    libudev             : $have_libudev
-    pthread             : $have_pthread
-    QT version          : $QT_VERSION
-    ALSA support        : $USE_ALSA
-
-    build dynamic libs  : $enable_shared
-    build static libs   : $enable_static
-
-    gconv               : $USE_GCONV
-
-    libv4l              : $USE_LIBV4L
-    v4l_plugins         : $USE_V4L_PLUGINS
-    v4l_wrappers        : $USE_V4L_WRAPPERS
-    libdvbv5            : $USE_LIBDVBV5
-    dvbv5-daemon        : $USE_DVBV5_REMOTE
-    v4lutils            : $USE_V4LUTILS
-    qv4l2               : $USE_QV4L2
-    v4l2-ctrl           : $USE_V4L2_CTL
-    v4l2-compliance     : $USE_V4L2_COMPLIANCE
+    Host OS                    : $host_os
+    X11                        : $x11_pkgconfig
+    GL                         : $gl_pkgconfig
+    glu                        : $glu_pkgconfig
+    libjpeg                    : $have_jpeg
+    libudev                    : $have_libudev
+    pthread                    : $have_pthread
+    QT version                 : $QT_VERSION
+    ALSA support               : $USE_ALSA
+
+    build dynamic libs         : $enable_shared
+    build static libs          : $enable_static
+
+    gconv                      : $USE_GCONV
+
+    dynamic libv4l             : $USE_LIBV4L
+    v4l_plugins                : $USE_V4L_PLUGINS
+    v4l_wrappers               : $USE_V4L_WRAPPERS
+    libdvbv5                   : $USE_LIBDVBV5
+    dvbv5-daemon               : $USE_DVBV5_REMOTE
+    v4lutils                   : $USE_V4LUTILS
+    qv4l2                      : $USE_QV4L2
+    v4l2-ctl uses libv4l       : $USE_V4L2_CTL
+    v4l2-compliance uses libv4l: $USE_V4L2_COMPLIANCE
 EOF
-- 
1.9.1

OpenPOWER on IntegriCloud