Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] "configure: error: Can't use static libraries for DRI drivers" attempting to install X11 intel driver
@ 2012-01-19 11:42 Willy
  2012-01-21  2:46 ` Arnout Vandecappelle
  0 siblings, 1 reply; 2+ messages in thread
From: Willy @ 2012-01-19 11:42 UTC (permalink / raw)
  To: buildroot

Hi,
in my buildroot 2011.11 I've tried to install X11 intel video driver.
After that I get the error:
"configure: error: Can't use static libraries for DRI drivers"

Even if I deselect X11 intel video driver the error continues to show and
my building fails every times.

I saw this message:

http://permalink.gmane.org/gmane.comp.lib.uclibc.buildroot/33419

but I don't understand where I could download the patch (if there is one!)
and how apply to my buildroot.

Regards,
-- 
Willy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20120119/96f3d214/attachment.html>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Buildroot] "configure: error: Can't use static libraries for DRI drivers" attempting to install X11 intel driver
  2012-01-19 11:42 [Buildroot] "configure: error: Can't use static libraries for DRI drivers" attempting to install X11 intel driver Willy
@ 2012-01-21  2:46 ` Arnout Vandecappelle
  0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle @ 2012-01-21  2:46 UTC (permalink / raw)
  To: buildroot

On Thursday 19 January 2012 12:42:16 Willy wrote:
> Hi,
> in my buildroot 2011.11 I've tried to install X11 intel video driver.
> After that I get the error:
> "configure: error: Can't use static libraries for DRI drivers"
> 
> Even if I deselect X11 intel video driver the error continues to show and
> my building fails every times.
> 
> I saw this message:
> 
> http://permalink.gmane.org/gmane.comp.lib.uclibc.buildroot/33419
> 
> but I don't understand where I could download the patch (if there is one!)
> and how apply to my buildroot.
> 
> Regards,
> 

 Buildroot sets SHARED_STATIC_LIBS_OPTS=--enable-static --enable-shared to 
build both static and shared libraries, but mesa (and probably others) 
can't build both, and will default to static.

 To fix it, add --disable-static to MESA3D_CONF_OPT (in 
package/x11r7/mesa3d/mesa3d.mk).  If you have another package with the same
problem, you can fix it in the same way (and please report it on the list).

 Regards,
 Arnout

-- 
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
Essensium/Mind                                     http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium                BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-21  2:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-19 11:42 [Buildroot] "configure: error: Can't use static libraries for DRI drivers" attempting to install X11 intel driver Willy
2012-01-21  2:46 ` Arnout Vandecappelle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox