From: Gustavo Zacarias Date: Sun, 7 Apr 2013 14:25:59 +0000 (+0000) Subject: xdriver_xf86-video-geode: only available for i386 and x86_64 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1413447256167c27364217a905ee2a4fce77df4f;p=buildroot.git xdriver_xf86-video-geode: only available for i386 and x86_64 Builtin-video from NSC/AMD Geode x86 processors. Fixes build failures on other architectures. Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/x11r7/xdriver_xf86-video-geode/Config.in b/package/x11r7/xdriver_xf86-video-geode/Config.in index 2d2e5bce95..2b868d0d45 100644 --- a/package/x11r7/xdriver_xf86-video-geode/Config.in +++ b/package/x11r7/xdriver_xf86-video-geode/Config.in @@ -5,5 +5,6 @@ config BR2_PACKAGE_XDRIVER_XF86_VIDEO_GEODE select BR2_PACKAGE_XPROTO_RENDERPROTO select BR2_PACKAGE_XPROTO_VIDEOPROTO select BR2_PACKAGE_XPROTO_XPROTO + depends on (BR2_i386 || BR2_x86_64) help video driver for geode device