diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2015-02-07 21:11:46 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-02-14 15:37:30 +0100 |
commit | b0ee197f87ed86f6a42862690a1b1297dae9a327 (patch) | |
tree | 158c116a986d9374aae30dbfcc3c1306415afd84 | |
parent | 47e43a529b7961c9fa70e6f5bdc43beac54fc5e5 (diff) | |
download | buildroot-b0ee197f87ed86f6a42862690a1b1297dae9a327.tar.gz buildroot-b0ee197f87ed86f6a42862690a1b1297dae9a327.zip |
package/x11r7/xdriver_xf86-video-v4l: mark as broken
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/x11r7/xdriver_xf86-video-v4l/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/x11r7/xdriver_xf86-video-v4l/Config.in b/package/x11r7/xdriver_xf86-video-v4l/Config.in index 6d85c1781e..27ffd87113 100644 --- a/package/x11r7/xdriver_xf86-video-v4l/Config.in +++ b/package/x11r7/xdriver_xf86-video-v4l/Config.in @@ -3,5 +3,6 @@ config BR2_PACKAGE_XDRIVER_XF86_VIDEO_V4L select BR2_PACKAGE_XPROTO_RANDRPROTO select BR2_PACKAGE_XPROTO_VIDEOPROTO select BR2_PACKAGE_XPROTO_XPROTO + depends on BROKEN # Fails to build with xorg xserver >= 1.17 help video4linux driver |