Hi,<br>I disabled dri when cross compiled xorg for ambedded<br><br>used something like:<br><br>./configure --prefix=$CROSS_PREFIX --host=arm-none-linux --disable-glx <b><span style="color:rgb(204,0,0)">--disable-dri</span></b> --disable-xinerama --disable-xdmcp --disable-xdm-auth-1 --disable-libdrm --disable-dmx<br>
make<br>make install<br><br>note the option to disable direct rendering... if you need it you have to install the package (don't know its exact name and where to download right now).<br><br>to list all options<br><br>
./configure -h<br>or<br>./configure -h | grep dri<br>for options regarding dri.<br><br>Cheers.<br>Giuseppe.<br><br><br><div class="gmail_quote">On Mon, Jun 18, 2012 at 1:45 PM, Íõºé»¢ <span dir="ltr"><<a href="mailto:wanghonghu@loongson.cn" target="_blank">wanghonghu@loongson.cn</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi, Mr/Mrs<br>
    while i building  building xserver-xorg-1.12.2,it indicates<br>
" configure: error: Package requirements (glproto >= 1.4.14 dri >= 7.8.0)<br>
were not met:<br>
  No package 'dri' found<br>
"<br>
<br>
   could you give me some ideas?<br>
<br>
_______________________________________________<br>
<a href="mailto:xorg@lists.x.org">xorg@lists.x.org</a>: X.Org support<br>
Archives: <a href="http://lists.freedesktop.org/archives/xorg" target="_blank">http://lists.freedesktop.org/archives/xorg</a><br>
Info: <a href="http://lists.x.org/mailman/listinfo/xorg" target="_blank">http://lists.x.org/mailman/listinfo/xorg</a><br>
Your subscription address: <a href="mailto:giuspen@gmail.com">giuspen@gmail.com</a><br>
</blockquote></div><br>