Commit Graph

6 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
Eric Andersen 776c9099d2 fix deps so xorg can once again be selected 2006-11-17 23:17:02 +00:00
Eric Andersen 2a89e2300c fixup some dependancies 2006-07-10 22:04:29 +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