summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* - bump versionBernhard Reutner-Fischer2007-01-192-8/+38
|
* - copy the _CONFIG_FILES backBernhard Reutner-Fischer2007-01-191-1/+4
| | | | - use the BUSYBOX_CONFIG_FILE if specified by the user
* - bump patch versionBernhard Reutner-Fischer2007-01-181-5/+7
|
* Bump versionPeter Korsgaard2007-01-181-1/+1
|
* sqlite installs into /usr/binPeter Korsgaard2007-01-181-3/+3
|
* removed leftover debugging stuffPeter Korsgaard2007-01-171-1/+0
|
* rdesktop packagePeter Korsgaard2007-01-174-1/+95
|
* Fixup description (pango cut'n'paste)Peter Korsgaard2007-01-171-6/+6
|
* s/pango/cairo/Peter Korsgaard2007-01-171-1/+1
|
* - put haserl into the networking sectionBernhard Reutner-Fischer2007-01-171-1/+1
|
* - wrap external sysklogd in !BR2_PACKAGE_BUSYBOX_HIDE_OTHERSBernhard Reutner-Fischer2007-01-171-1/+1
|
* - add a BR2_NETWORK_SUPPORT and move related packages to itBernhard Reutner-Fischer2007-01-171-52/+65
|
* - make the BR2_X_WINDOW_SYSTEM a menuconfig to make it look nicerBernhard Reutner-Fischer2007-01-171-3/+2
|
* - add central knob (BR2_PACKAGE_BUSYBOX_HIDE_OTHERS) to hide packages thatBernhard Reutner-Fischer2007-01-172-1/+54
| | | | are potentially provided by busybox.
* - move the X packages into a separate menuBernhard Reutner-Fischer2007-01-171-14/+28
| | | | I'll do this for "graphic libraries" and "networking" too unless someone complains..
* PNG package is called BR2_PACKAGE_LIBPNGPeter Korsgaard2007-01-171-1/+1
|
* hackup libtool for avahi and libdaemon, as with other packagesEric Andersen2007-01-172-0/+154
|
* select XORG rather than depend on it.Eric Andersen2007-01-171-1/+1
|
* - forgot to mkdirBernhard Reutner-Fischer2007-01-161-0/+1
|
* - prepare a host-freetype target that could be used to build the build-utilsBernhard Reutner-Fischer2007-01-161-1/+28
| | | | for fontconfig (note that CCexe isn't cached in configure, so just passing it to make later on is enough).
* - use the correct path to configureBernhard Reutner-Fischer2007-01-162-3/+3
|
* - pass the freetype-config location to make and disable building docs.Bernhard Reutner-Fischer2007-01-161-0/+3
| | | | This package is broken since it passes TARGET_CFLAGS down to the HOSTCC in e.g. fc-case
* - provide host-libgmp and host-libmpfrBernhard Reutner-Fischer2007-01-162-67/+53
|
* Add in a few useful bits for font handlingEric Andersen2007-01-161-0/+6
|
* Remove all of the binaries except for the one used for the target even ↵"Steven J. Hill"2007-01-161-1/+4
| | | | though it is a MIPS binary and cannot be used. This package is still crap.
* Fix failed build due to addition of '--libdir=/lib' which changed the ↵"Steven J. Hill"2007-01-161-2/+2
| | | | location of where libmagic.a and libmagic.la were located.
* missed a spot -- need to add metacity here as well. We really should add someEric Andersen2007-01-151-0/+1
| | | | | categories in here. Things are getting a bit messy just shoving everything in with no ordering.
* Add a somewhat basic window managerEric Andersen2007-01-155-0/+193
|
* update xorg build a bit more, trim the default set of bitmappedEric Andersen2007-01-156-8/+71
| | | | fonts, add in the DejaVu line of unicode supporting truetype fonts
* do not install build stuff into the target unless specifically asked to do soEric Andersen2007-01-151-4/+6
|
* lose the extra spaceEric Andersen2007-01-151-1/+0
|
* teach fontconfig to actually apply its patchesEric Andersen2007-01-152-2/+6
|
* - ignore error if var/run/dbus already exists. Thanks whirm for noticingBernhard Reutner-Fischer2007-01-151-1/+1
|
* but now there is..Bernhard Reutner-Fischer2007-01-151-0/+1
|
* oops, embed $(STAGING_DIR) rather than hard coding my home dir...Eric Andersen2007-01-141-1/+1
|
* fix build and ensure we install needed runtime componentsEric Andersen2007-01-1412-2496/+522
|
* some pkgconfig hacks to make things somewhat workEric Andersen2007-01-1411-2/+106
|
* Add new 'hal' package."Steven J. Hill"2007-01-148-0/+553
|
* silly typosEric Andersen2007-01-142-2/+2
|
* there is no 'package/hal/' at present...Eric Andersen2007-01-141-1/+0
|
* - Remove CC_FOR_BUILD="$(HOSTCC)" since it is already contained in theBernhard Reutner-Fischer2007-01-144-4/+4
| | | | TARGET_CONFIGURE_OPTS
* - add missing foo-source target for "make source" for downloading Bernhard Reutner-Fischer2007-01-144-0/+8
| | | | package sources used by later offline build.
* Add Samba to buildroot."Steven J. Hill"2007-01-145-0/+446
|
* Remove man pages after installing into target filesystem."Steven J. Hill"2007-01-141-1/+4
|
* Add libevent package. I started building all the components needed for NFSv4 ↵"Steven J. Hill"2007-01-143-0/+80
| | | | support of which libevent is one of them. The rest of the needed components, however, are horrific to get building.
* Update patch."Steven J. Hill"2007-01-141-21/+42
|
* oops, silence some debugging noiseEric Andersen2007-01-141-4/+4
|
* install the junk needed to (in theory) make pango actually workEric Andersen2007-01-143-5/+1267
|
* fixup a whole steaming pile of insanity. When packages are configured,Eric Andersen2007-01-14103-327/+1688
| | | | | | | | | | | | | 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
* filter pkgconfig output to force it do use our staging_dir and notEric Andersen2007-01-143-1/+36
| | | | try to use the system libraries as it is inclined to do