Commit Graph

9 Commits

Author SHA1 Message Date
Eric Andersen 732d94d25f fixup a whole steaming pile of insanity. When packages are configured,
they should be configured with --prefix=/usr and we then need to use
make DESTDIR=$(STAGING_DIR) install to get things installed into the
staging directory.  The current situation for many packages, which use
--prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled
into the binary itself.

This also adds in a pile of libtool fixups.  Between broken pkgconfig,
broken libtool handling, and broken --prefix settings, its a wonder
things have worked as well as they have up till now.
 -Erik
2007-01-14 03:52:21 +00:00
Eric Andersen fdbe8a31be more updates to ensure subsequent packages build 2007-01-11 06:17:04 +00:00
Eric Andersen 3a3e9897d4 update xorg build and installation paths 2007-01-10 23:56:30 +00:00
Peter Korsgaard dd510c2b69 Proper !i386 cross compilation support 2006-09-26 12:48:43 +00:00
Eric Andersen 275d95c887 fix build and add some basic setup so it can run 2006-07-20 22:46:15 +00:00
Eric Andersen 600bcddaef fixup xorg compile -- it now at least compiles and runs for me on x86 2006-07-08 23:58:02 +00:00
Mike Frysinger c652397883 add optional support for freetype #372 by pnoffke 2005-09-08 00:25:27 +00:00
Eric Andersen 0e22901742 Fix some stupid bugs in the Xorg build 2005-07-13 07:36:40 +00:00
Eric Andersen c5c1adc379 First pass at getting current x.org to into buildroot.
Still needs more polish but is a good start.
2005-05-12 22:22:29 +00:00