Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package: add STAMP_DIR and use for host builds | Peter Korsgaard | 2009-03-19 | 1 | -15/+15 |
| | | | | | | | | | | | | | | Move stamp (dependency) files outside the (version specific) source directories, so other packages can hardcode dependencies on them instead of having to use <PACKAGE>_VERSION variables. This is important as the variables in the make rules are evaluated when the rules is seen, which might be before the dependent makefile is parsed (and hence <PACKAGE>_VERSION variable is known, screwing up stuff. The downside of this is that the package isn't automatically rebuilt when the version changes (E.G. by a svn update) and you now also have to remove the stamp files next to $(BUILD_DIR)/<PACKAGE>-* to force a rebuild. | ||||
* | pkg-config: rename pkgconfig to pkg-config | Peter Korsgaard | 2009-03-19 | 1 | -1/+1 |
| | | | | | | This matches upstream tarball, doesn't screw up existing .config's with BR2_PACKAGE_PKGCONFIG and makes sure the patch gets applied for target compilation. | ||||
* | cairo: remove unneeded _INSTALL_STAGING_OPT setting | Peter Korsgaard | 2009-03-18 | 1 | -1/+0 |
| | |||||
* | cairo: add host version | Peter Korsgaard | 2009-03-18 | 1 | -0/+46 |
| | |||||
* | pkgconfig: add pkgconfig package for target | Peter Korsgaard | 2009-03-18 | 2 | -2/+1 |
| | | | | | | | | | | | | | The host versions shouldn't be visible in Kconfig, so remove the reference to BR2_PACKAGE_PKGCONFIG everywhere and prefix the host targets with host-. At the same time add pkgconfig for the target (E.G. for development) and let BR2_PACKAGE_PKGCONFIG control that package. Notice: all defconfigs in the tree have been updated, but make sure to disable the pkgconfig package (unless you want it) if you use an external config, otherwise you'll end up with pkgconfig and glib2 in the target. | ||||
* | libglib2: build host version for build-time binaries | Peter Korsgaard | 2009-03-16 | 1 | -3/+1 |
| | | | | | Build host version of glib in HOST_DIR and use the build-time binaries from there instead of relying on what is installed on the host. | ||||
* | cairo: more fine grained configutation and fix dependencies | Peter Korsgaard | 2009-03-12 | 2 | -6/+60 |
| | |||||
* | Easier with one place for configure options for disabling gtk-doc | Thomas Lundquist | 2009-01-17 | 1 | -1/+0 |
| | |||||
* | Better to use the correct --without | Thomas Lundquist | 2009-01-14 | 1 | -1/+1 |
| | |||||
* | Woops, we do need /dev/null, not a directory with html in it. | Thomas Lundquist | 2009-01-14 | 1 | -1/+1 |
| | |||||
* | Fix dependencies. | Thomas Lundquist | 2009-01-12 | 2 | -5/+4 |
| | |||||
* | May not be the right way to do it but I just don't want those docs. | Thomas Lundquist | 2009-01-12 | 1 | -1/+5 |
| | |||||
* | libpng: fix Makefile.autotools.in fallout | Peter Korsgaard | 2008-11-02 | 1 | -1/+1 |
| | | | | | | | | libpng used to have the 'png' Makefile alias, which some packages used in their dependencies list. With the move to Makefile.autotools.in this is now gone, so update the packages to match. | ||||
* | package/cairo/cairo.mk: Bounce version and add patches for DirectFB | Daniel Laird | 2008-10-22 | 2 | -2/+1014 |
| | | | | | | | | Update Cairo to 1.6.4 Add DirectFB patches as supplied by DirectFB author Dennis Kropp Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com> | ||||
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 1 | -3/+3 |
| | | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | ||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -1/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | Fix #3584, when building cairo with DirectFB, depend on DirectFB | Thiago A. Corrêa | 2008-07-05 | 2 | -2/+3 |
| | |||||
* | Use HOST_GLIB for packages | Ulf Samuelsson | 2008-07-05 | 1 | -1/+1 |
| | |||||
* | remove unnecessary libdir-la.patch patches and modify Makefile.autotools.in ↵ | John Voltz | 2008-05-01 | 1 | -77/+0 |
| | | | | to patch libtool automatically. | ||||
* | updated cairo | John Voltz | 2008-03-06 | 4 | -140/+43 |
| | |||||
* | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | 2007-10-01 | 1 | -1/+1 |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | Update various packages to make X run | Ulf Samuelsson | 2007-09-12 | 2 | -3/+5 |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -2/+2 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | Remove switches if sstrip is run | Ulf Samuelsson | 2007-08-21 | 1 | -1/+1 |
| | |||||
* | Use STAGING_DIR/usr/lib instead of STAGING_DIR/lib | Ulf Samuelsson | 2007-08-11 | 1 | -2/+2 |
| | |||||
* | Reintroduce dependencies on tinyx for libgtk[1]2 and cairo | Ulf Samuelsson | 2007-08-11 | 1 | -1/+1 |
| | |||||
* | Merge in X11R7 patches from Julien Letessier, posted 04 Jul 2007. Doesn't | Eric Andersen | 2007-08-10 | 1 | -1/+1 |
| | | | | | | 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. | ||||
* | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | 2007-06-27 | 1 | -9/+1 |
| | | | | - use TARGET_CONFIGURE_ARGS where appropriate. | ||||
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -0/+2 |
| | |||||
* | - the $(XSERVER) target can be provided by different X server impls. Adjust ↵ | Bernhard Reutner-Fischer | 2007-02-04 | 1 | -1/+1 |
| | | | | | | users - rdesktop needs an xserver impl | ||||
* | Fixup description (pango cut'n'paste) | Peter Korsgaard | 2007-01-17 | 1 | -6/+6 |
| | |||||
* | s/pango/cairo/ | Peter Korsgaard | 2007-01-17 | 1 | -1/+1 |
| | |||||
* | some pkgconfig hacks to make things somewhat work | Eric Andersen | 2007-01-14 | 1 | -2/+0 |
| | |||||
* | fixup a whole steaming pile of insanity. When packages are configured, | Eric Andersen | 2007-01-14 | 2 | -23/+89 |
| | | | | | | | | | | | | | 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 | ||||
* | it seems pdf and ps support are required for gtk2 | Eric Andersen | 2007-01-11 | 1 | -2/+2 |
| | |||||
* | fix build deps | Eric Andersen | 2007-01-11 | 1 | -5/+6 |
| | |||||
* | add in cairo | Eric Andersen | 2007-01-10 | 4 | -0/+361 |