diff options
author | Ezequiel Garcia <elezegarcia@gmail.com> | 2012-05-30 10:42:44 -0300 |
---|---|---|
committer | Gregor Jasny <gjasny@googlemail.com> | 2012-05-31 21:53:08 +0200 |
commit | 7fc9fa40e7fd1a72688c6f43fc11e085079b3f0c (patch) | |
tree | c8e9da8215ad51fa345bd364127a794e17d4ee71 /Makefile.am | |
parent | 13c1510e039e9d161e7f41ce63eeede10a8b8720 (diff) |
Add configure option to allow qv4l2 disable
This patch could ease the job of a few people,
by providing an option they actually need.
OpenWRT [1] and Openembedded [2] are already disabling
qv4l2 by applying ugly patches.
[1] https://dev.openwrt.org/browser/packages/libs/libv4l/patches/004-disable-qv4l2.patch
[2] http://patches.openembedded.org/patch/21469/
Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com>
Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3f00c6c3..06571d21 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,7 @@ SUBDIRS += \ utils/xc3028-firmware endif -if BUILD_QT +if WITH_QV4L2 SUBDIRS += utils/qv4l2 endif endif |