* [Buildroot] xorg pathnames
@ 2006-10-06 21:31 Andrew E. Mileski
2006-10-13 21:52 ` [Buildroot] xorg: Correct CrossCompileDir substitution Andrew E. Mileski
0 siblings, 1 reply; 2+ messages in thread
From: Andrew E. Mileski @ 2006-10-06 21:31 UTC (permalink / raw)
To: buildroot
The xorg package doesn't build for me currently, so I was grep'ing the
source for -L usage and found a number of things not covered in xorg.mk
or the patches:
grep -r -- '-L' . | grep /usr/X11R6/lib
fontconfiglibs
freetypelibs
xrenderlibs
xlibs
LOCAL_LIBRARIES
APP_LIB_DEPS
GLW_LIB_DEPS
GL_LIB_DEPS
GLUT_LIB_DEPS
I believe these are the ones causing my immediate problem:
grep -r '=.*/usr/X11R6/lib' .
USRLIBDIR
SHLIBDIR
LIBDIR
Probably others (and /lib), and -I should probably get similar
treatment.
I don't know if they all are relevant; it's been several years since
I left my name in the X code. Someone more current in this area might
want to take a peek at this while I brush up.
--
Andrew E. Mileski
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Buildroot] xorg: Correct CrossCompileDir substitution
2006-10-06 21:31 [Buildroot] xorg pathnames Andrew E. Mileski
@ 2006-10-13 21:52 ` Andrew E. Mileski
0 siblings, 0 replies; 2+ messages in thread
From: Andrew E. Mileski @ 2006-10-13 21:52 UTC (permalink / raw)
To: buildroot
Correct substitution expression for CrossCompileDir (missing a space).
--
Andrew E. Mileski
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mypatch.patch
Type: text/x-patch
Size: 751 bytes
Desc: not available
Url : http://busybox.net/lists/buildroot/attachments/20061013/47489fb1/attachment.bin
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-10-13 21:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-06 21:31 [Buildroot] xorg pathnames Andrew E. Mileski
2006-10-13 21:52 ` [Buildroot] xorg: Correct CrossCompileDir substitution Andrew E. Mileski
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.