Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pango: init script: make sure /etc/pango exists | Peter Korsgaard | 2009-03-11 | 1 | -0/+1 |
| | |||||
* | pango: add init script to create /etc/pango/pango.modules | Peter Korsgaard | 2008-12-31 | 2 | -0/+23 |
| | | | | | It would be nicer to do this at compile time, but then we would need to compile pango for the host as well. | ||||
* | pango: fix download url | Peter Korsgaard | 2008-12-29 | 1 | -1/+1 |
| | | | | Reported by Berns. | ||||
* | pango: bump version | Peter Korsgaard | 2008-12-27 | 5 | -43/+1 |
| | |||||
* | Strip pango libraries on the target | Peter Korsgaard | 2008-10-27 | 1 | -2/+0 |
| | | | | | | | | Use the predefined INSTALL_STAGING_OPT and INSTALL_TARGET_OPT behaviour of Makefile.autotools.in, so that installation on the target is done using install-strip. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | Fix strange problems in pango configure target | Peter Korsgaard | 2008-10-27 | 1 | -2/+2 |
| | | | | | | | The configure target of pango had strange characters in it, preventing compilation to work. Remove them, they just seem to be mistakes. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | package/pango/pango.mk: Remove redundant PKG_CONFIG_* | Daniel Laird | 2008-10-20 | 1 | -12/+3 |
| | | | | | | | | Remove the unnecessary PKG_CONFIG_* settings and tidy up some config options. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com> | ||||
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 1 | -4/+4 |
| | | | | | | | 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. | ||||
* | 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 pango | John Voltz | 2008-03-06 | 9 | -1425/+130 |
| | |||||
* | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | 2007-10-01 | 1 | -5/+5 |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | Update various packages to make X run | Ulf Samuelsson | 2007-09-12 | 1 | -2/+2 |
| | |||||
* | - 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 | -5/+5 |
| | |||||
* | Use STAGING_DIR/usr/lib instead of STAGING_DIR/lib | Ulf Samuelsson | 2007-08-11 | 1 | -2/+2 |
| | |||||
* | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | 2007-06-27 | 1 | -10/+3 |
| | | | | - 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 | ||||
* | install the junk needed to (in theory) make pango actually work | Eric Andersen | 2007-01-14 | 3 | -5/+1267 |
| | |||||
* | fixup a whole steaming pile of insanity. When packages are configured, | Eric Andersen | 2007-01-14 | 3 | -28/+91 |
| | | | | | | | | | | | | | 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 | ||||
* | use a slightly more sensible dep, strip the correct library names | Eric Andersen | 2007-01-11 | 1 | -8/+8 |
| | |||||
* | Add pango | Eric Andersen | 2007-01-11 | 4 | -0/+268 |