]> Git Repo - buildroot-mgba.git/commitdiff
xdriver_xf86-video-geode: only build on i386
authorArnout Vandecappelle <[email protected]>
Thu, 24 Oct 2013 22:50:55 +0000 (00:50 +0200)
committerPeter Korsgaard <[email protected]>
Fri, 25 Oct 2013 07:28:11 +0000 (09:28 +0200)
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) <[email protected]>
Acked-by: Gustavo Zacarias <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
package/x11r7/xdriver_xf86-video-geode/Config.in

index 2b868d0d452aab80501c2ec557b75d834fb50483..0b45fb165df5ac12c385be51e4534c30f4889cd8 100644 (file)
@@ -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
This page took 0.031812 seconds and 4 git commands to generate.