Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-17 | Fixup description (pango cut'n'paste) | Peter Korsgaard | |
2007-01-17 | s/pango/cairo/ | Peter Korsgaard | |
2007-01-17 | - put haserl into the networking section | Bernhard Reutner-Fischer | |
2007-01-17 | - wrap external sysklogd in !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS | Bernhard Reutner-Fischer | |
2007-01-17 | - add a BR2_NETWORK_SUPPORT and move related packages to it | Bernhard Reutner-Fischer | |
2007-01-17 | - make the BR2_X_WINDOW_SYSTEM a menuconfig to make it look nicer | Bernhard Reutner-Fischer | |
2007-01-17 | - add central knob (BR2_PACKAGE_BUSYBOX_HIDE_OTHERS) to hide packages that | Bernhard Reutner-Fischer | |
are potentially provided by busybox. | |||
2007-01-17 | - move the X packages into a separate menu | Bernhard Reutner-Fischer | |
I'll do this for "graphic libraries" and "networking" too unless someone complains.. | |||
2007-01-17 | PNG package is called BR2_PACKAGE_LIBPNG | Peter Korsgaard | |
2007-01-17 | hackup libtool for avahi and libdaemon, as with other packages | Eric Andersen | |
2007-01-17 | select XORG rather than depend on it. | Eric Andersen | |
2007-01-16 | - forgot to mkdir | Bernhard Reutner-Fischer | |
2007-01-16 | - prepare a host-freetype target that could be used to build the build-utils | Bernhard Reutner-Fischer | |
for fontconfig (note that CCexe isn't cached in configure, so just passing it to make later on is enough). | |||
2007-01-16 | - use the correct path to configure | Bernhard Reutner-Fischer | |
2007-01-16 | - pass the freetype-config location to make and disable building docs. | Bernhard Reutner-Fischer | |
This package is broken since it passes TARGET_CFLAGS down to the HOSTCC in e.g. fc-case | |||
2007-01-16 | - provide host-libgmp and host-libmpfr | Bernhard Reutner-Fischer | |
2007-01-16 | Add in a few useful bits for font handling | Eric Andersen | |
2007-01-16 | Remove all of the binaries except for the one used for the target even ↵ | "Steven J. Hill" | |
though it is a MIPS binary and cannot be used. This package is still crap. | |||
2007-01-16 | Fix failed build due to addition of '--libdir=/lib' which changed the ↵ | "Steven J. Hill" | |
location of where libmagic.a and libmagic.la were located. | |||
2007-01-15 | missed a spot -- need to add metacity here as well. We really should add some | Eric Andersen | |
categories in here. Things are getting a bit messy just shoving everything in with no ordering. | |||
2007-01-15 | Add a somewhat basic window manager | Eric Andersen | |
2007-01-15 | update xorg build a bit more, trim the default set of bitmapped | Eric Andersen | |
fonts, add in the DejaVu line of unicode supporting truetype fonts | |||
2007-01-15 | do not install build stuff into the target unless specifically asked to do so | Eric Andersen | |
2007-01-15 | lose the extra space | Eric Andersen | |
2007-01-15 | teach fontconfig to actually apply its patches | Eric Andersen | |
2007-01-15 | - ignore error if var/run/dbus already exists. Thanks whirm for noticing | Bernhard Reutner-Fischer | |
2007-01-15 | but now there is.. | Bernhard Reutner-Fischer | |
2007-01-14 | oops, embed $(STAGING_DIR) rather than hard coding my home dir... | Eric Andersen | |
2007-01-14 | fix build and ensure we install needed runtime components | Eric Andersen | |
2007-01-14 | some pkgconfig hacks to make things somewhat work | Eric Andersen | |
2007-01-14 | Add new 'hal' package. | "Steven J. Hill" | |
2007-01-14 | silly typos | Eric Andersen | |
2007-01-14 | there is no 'package/hal/' at present... | Eric Andersen | |
2007-01-14 | - Remove CC_FOR_BUILD="$(HOSTCC)" since it is already contained in the | Bernhard Reutner-Fischer | |
TARGET_CONFIGURE_OPTS | |||
2007-01-14 | - add missing foo-source target for "make source" for downloading | Bernhard Reutner-Fischer | |
package sources used by later offline build. | |||
2007-01-14 | Add Samba to buildroot. | "Steven J. Hill" | |
2007-01-14 | Remove man pages after installing into target filesystem. | "Steven J. Hill" | |
2007-01-14 | Add libevent package. I started building all the components needed for NFSv4 ↵ | "Steven J. Hill" | |
support of which libevent is one of them. The rest of the needed components, however, are horrific to get building. | |||
2007-01-14 | Update patch. | "Steven J. Hill" | |
2007-01-14 | oops, silence some debugging noise | Eric Andersen | |
2007-01-14 | install the junk needed to (in theory) make pango actually work | Eric Andersen | |
2007-01-14 | fixup a whole steaming pile of insanity. When packages are configured, | Eric Andersen | |
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 | filter pkgconfig output to force it do use our staging_dir and not | Eric Andersen | |
try to use the system libraries as it is inclined to do | |||
2007-01-14 | Add packages for D-Bus and G-Lib interface library too. | "Steven J. Hill" | |
2007-01-14 | add fontconfig package | Eric Andersen | |
2007-01-14 | Add new 'hwdata' package which we will need for D-Bus and HAL. | "Steven J. Hill" | |
2007-01-14 | Add new package. | "Steven J. Hill" | |
2007-01-14 | Use pre-generated files and do not run 'rpcgen'. | "Steven J. Hill" | |
2007-01-14 | Get rid of broken locale configuration option. I need to do a little more ↵ | "Steven J. Hill" | |
work on this. | |||
2007-01-14 | Make gettext have its own definition. | "Steven J. Hill" | |