From: Arnout Vandecappelle Date: Thu, 24 Oct 2013 22:50:55 +0000 (+0200) Subject: xdriver_xf86-video-geode: only build on i386 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fba37e839106999a4052cfdb269f9d448fe962fd;p=buildroot.git xdriver_xf86-video-geode: only build on i386 This package builds with -m32. In buildroot, we don't have multilib support so only the 64-bit libraries are available, which can't be linked against these 32-bit object files. I've tested this with the Sourcery and buildroot toolchains - neither works. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Acked-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 2b868d0d45..0b45fb165d 100644 --- a/package/x11r7/xdriver_xf86-video-geode/Config.in +++ b/package/x11r7/xdriver_xf86-video-geode/Config.in @@ -5,6 +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) + depends on BR2_i386 help video driver for geode device