On Thu, Nov 30, 2006 at 07:05:07PM +0200, Mikko Rapeli wrote:
> Perhaps the configure script looks for XFree stuff and not for X11 or
> Xorg.

Here's a fix that worked with manual build on my etch host:

~/src/links2-2.1pre25$ ./links -g -driver foobar
Unknown graphics driver foobar.
The following graphics drivers are supported:
x, directfb, fb, svgalib

--- links2-2.1pre25.orig/configure
+++ links2-2.1pre25/configure
@@ -6196,6 +6196,7 @@
     /usr/X386/include         \
     /usr/x386/include         \
     /usr/XFree86/include/X11  \
+    /usr/include/xorg         \
                               \
     /usr/include              \
     /usr/local/include        \
@@ -6275,6 +6276,7 @@
     /usr/X386/lib         \
     /usr/x386/lib         \
     /usr/XFree86/lib/X11  \
+    /usr/lib/xorg         \
                           \
     /usr/lib              \
     /usr/local/lib        \


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to