Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [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

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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox