diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-11-16 14:07:10 -0500 |
---|---|---|
committer | Martin-Éric Racine <martin-eric.racine@iki.fi> | 2011-11-21 10:33:09 +0200 |
commit | fc19e7d2bd256663b4a731661a35abcf435eaf18 (patch) | |
tree | abdad879a545cfcf992528d6c032bd9d4be36e90 /src | |
parent | 23b85b3fcd1439561f0693755a31f7fded50741b (diff) |
Add a configure option to enable/disable building the ztv driver
Even when V4L2 is available there are always reasons why distros
may not want to build the driver.
This patch uses a common idiom in xorg.
When no configure option is specified ztv is built iff v4l2 is detected (auto).
When user issues --disable-ztv, the ztv driver is not built (no)
When user issues --enable-ztv, the ztv driver is built (yes) if v4l2 is detected
but the configuration fails if v4l2 is missing. Distros do not want silent
failures when a feature is explicitly requested but cannot be built.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions