On 6 April 2010 14:30, <[email protected]> wrote: > > I'm receiving "No package 'libdrm' found" while compiling X on LFS 6.6 > using the development BLFS instructions. However, my .configure > includes --disable-glx and --disable-dri.
I don't know why you would _want_ to disable glx and dri. Oh, the proprietary nvidia driver, I suppose. Looking at the configure script in xorg-server-1.7.1, libdrm *appears* to be _required_ on linux (because DRI= is unconditionally turned on for linux, and has been since at least xorg-server 1.5.3). But maybe I'm misreading, and that test is wrapped up inside something else. However, like *many* packages with updated configure scripts, the old --disable options no longer work. If you look at configure --help you will see that the dri option is now --enable-dri=no. The glx option is perhaps changed too. Try that.. > > The development instructions refer to LFS 6.5 and I am building on 6.6, > which I assume can be done. In general, yes, it can. > I'm running matched LFS & BLFS 6.3 so I > have successfully compiled X, but I'm apparently missing something here. ? Sorry, I don't understand this part - you said earlier you were running LFS-6.6 and BLFS for 6.5. ĸen -- After tragedy, and farce, "OMG poneys!" -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
