diff options
author | Klaus Schwarzkopf <schwarzkopf@sensortherm.de> | 2011-03-07 18:21:18 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-04-04 22:56:38 +0200 |
commit | 3110e81773aeba9bb78e1fb54a0e8547ce882159 (patch) | |
tree | 446a7b36f9216349e4c4d0573b978253bfa3d140 /package/libv4l/Config.in | |
parent | 6fd58dfcf58206e10e101dbfca5f7368bb425861 (diff) |
libv4l: Add new package libv4l
[Peter: move to hw section]
Signed-off-by: Klaus Schwarzkopf <schwarzkopf@sensortherm.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libv4l/Config.in')
-rw-r--r-- | package/libv4l/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/libv4l/Config.in b/package/libv4l/Config.in new file mode 100644 index 000000000..1620b93a3 --- /dev/null +++ b/package/libv4l/Config.in @@ -0,0 +1,11 @@ +config BR2_PACKAGE_LIBV4L + bool "libv4l" + depends on BR2_LARGEFILE + help + libv4l is an accompanying collection of libraries that adds a thin + abstraction layer on top of video4linux2 (V4L2) devices. + + http://freshmeat.net/projects/libv4l + +comment "libv4l requires a toolchain with LARGEFILE support" + depends on !BR2_LARGEFILE |