http://bugs.freedesktop.org/show_bug.cgi?id=10892





------- Comment #2 from [EMAIL PROTECTED]  2007-05-09 12:07 PST -------
Thanks, Michel.  Your reply resolved my problem.  I'd just like to confirm the
behavior of the DRM and Mesa makefiles now.

For DRM, 

$ ./autogen.sh --prefix=/usr --exec-prefix=/

results in libdrm.pc being placed in /lib/pkgconfig/ and NOT usr/lib/pkgconfig/
DRM seems to be using the --exec-prefix rather than the --prefix setting.  Is
this the intended behavior?

By default, Mesa expects libdrm.pc to be installed to:

/usr/lib/pkgconfig/

which would be okay, if DRM used the --prefix setting for the path to libdrm.pc
instead of the --exec-prefix.

I had to set the Mesa path to / rather than /usr:

export PKG_CONFIG_PATH=/lib/pkgconfig:$PKG_CONFIG_PATH
make linux-dri

Regardless of whether or not the makefiles are behaving correctly or I just
misunderstood the guide, I'm a noob so maybe some other noobs will benefit from
my report.  I attempted to follow the guide, below, but the /lib/pkgconfig/
path was unexpected, based on what I read there.

http://intellinuxgraphics.org/install.html

-Cal


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to