Bernhard Reutner-Fischer
14a71561a3
- just use the strip binary to avoid confusing libtool (quotes)
...
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
2007-10-01 16:15:31 +00:00
Bernhard Reutner-Fischer
956d3eb78b
- semicolon touchup. No other changes
2007-08-22 09:56:41 +00:00
Bernhard Reutner-Fischer
6c6cb06709
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l)
2007-08-21 19:20:18 +00:00
Bernhard Reutner-Fischer
7b403ada37
- sed -i -e "/\-[[:space:]]*mkdir[[:space:]][[:space:]]*-p/s/-[[:space:]]*mkdir/mkdir/g"
...
(want to know about errors if mkdir failed). Thanks to Cristian Ionescu-Idbohrn for pointing this out
2007-08-21 11:25:30 +00:00
Ulf Samuelsson
e4ead9c13c
Remove switches if sstrip is run
2007-08-21 01:53:57 +00:00
Ulf Samuelsson
8118da1449
Use /usr/include as std include in Xorg
2007-08-15 09:46:29 +00:00
Eric Andersen
a7e49eb2af
Merge in X11R7 patches from Julien Letessier, posted 04 Jul 2007. Doesn't
...
quite work yet for me, but this clearly is a huge project and not having it
quite work on the first pass is hardly unexpected. We definately want this
stuff in buildroot.
2007-08-10 19:07:51 +00:00
Bernhard Reutner-Fischer
c5757aad70
- add a choice for Xserver selection.
...
This is ment as a suggestion Re: http://lists.busybox.net/lists/buildroot/2007-July/003835.html
2007-07-24 17:48:58 +00:00
Peter Korsgaard
293c026854
Fixup joystick.h include with modern kernel headers. Patch from #1217 .
2007-05-22 11:17:27 +00:00
Bernhard Reutner-Fischer
4bbeb74b2e
- the $(XSERVER) target can be provided by different X server impls. Adjust users
...
- rdesktop needs an xserver impl
2007-02-04 19:47:41 +00:00
Eric Andersen
dcfcfe5d57
update DejaVu fonts to the latest
...
Fix broken keyboard handling
2007-01-25 20:34:10 +00:00
Eric Andersen
715ffb8bcb
update xorg build a bit more, trim the default set of bitmapped
...
fonts, add in the DejaVu line of unicode supporting truetype fonts
2007-01-15 22:33:55 +00:00
Eric Andersen
a461faf1ee
some pkgconfig hacks to make things somewhat work
2007-01-14 23:25:05 +00:00
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
e4816a7fdc
a copy of mcookie will come in handy...
2007-01-11 10:38:10 +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
Bernhard Reutner-Fischer
6e2823c1fa
- add and use BR2_BZCAT config option.
2006-11-17 15:43:51 +00:00
Peter Korsgaard
a47e16eb42
fix CrossCompileDir (patch by Andrew E. Milesk)
2006-10-14 11:34:14 +00:00
Eric Andersen
a71efa13ec
Andrew E. Mileski writes:
...
This looks like a typo to me. Without this patch, one ends up with
"i386AArchitecture" being defined, which doesn't match anything.
2006-10-02 18:25:37 +00:00
Peter Korsgaard
9406462fed
make 3.80 doesn't understand 'else ifeq(..)'
...
Reported by Jeff Rhyason.
2006-09-27 18:17:31 +00:00
Peter Korsgaard
dd510c2b69
Proper !i386 cross compilation support
2006-09-26 12:48:43 +00:00
Eric Andersen
15b2f67f64
let X figure out the correct mouse protocol
2006-07-21 03:29:50 +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
a9e51e5892
fixup some build and dependancy problems.
2006-07-18 07:19:10 +00:00
Eric Andersen
2a89e2300c
fixup some dependancies
2006-07-10 22:04:29 +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
c56927879f
A little more setup
2005-07-15 08:39:09 +00:00
Eric Andersen
100a951a5a
Install xorg modules correctly
2005-07-15 07:07:44 +00:00
Eric Andersen
0868de1326
Yet more xorg build fixups
2005-07-14 23:34:47 +00:00
Eric Andersen
a79991083a
Get it building
2005-07-13 10:29:18 +00:00
Eric Andersen
0e22901742
Fix some stupid bugs in the Xorg build
2005-07-13 07:36:40 +00:00
Eric Andersen
7c5dbf816a
prevent whining about conflicting targets
2005-06-24 09:39:45 +00:00
Eric Andersen
369864cf10
be a bit more consistant with naming, always escape wildcards
2005-06-24 08:36:13 +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