guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Mips and xorg-server


From: Andreas Enge
Subject: Mips and xorg-server
Date: Fri, 8 Aug 2014 22:07:51 +0200
User-agent: Mutt/1.5.23 (2014-03-12)

Hello,

building xorg-server on mips currently fails with

checking for XLIB... yes
checking for GL... yes
checking for DRIPROTO... yes
checking for DRI... no
configure: error: Package requirements (glproto >= 1.4.14 dri >= 7.8.0) were 
not met:
No package 'dri' found

The reason is that the file dri.pc is not found in the mesa package for mips.
When comparing
http://hydra.gnu.org/build/79282/log/raw (x86_64) and
http://hydra.gnu.org/build/78142/log/raw (mips)
the first configures with
checking for X11... yes
checking for GLPROTO... yes
checking for DRI2PROTO... yes
checking for XF86VIDMODE... yes
checking for DRIGL... yes
etc., the second with
checking for X11... yes
checking for XLIBGL... yes
etc..
The first builds drivers in
src/mesa/drivers/dri,
the second in
src/mesa/drivers/x11.

Does anybody know what to do?

Andreas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]