diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-08-30 10:02:39 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-08-30 10:09:52 +0200 |
commit | 1c4dbb5fa7df89731e5d59f680e9dc34f24f8835 (patch) | |
tree | 42d596127c70f6befa793a4dbb2357700b474506 /CHANGES | |
parent | 8e32ec9a1fa9a520017594b38c6e261e2c5f490d (diff) | |
download | buildroot-novena-1c4dbb5fa7df89731e5d59f680e9dc34f24f8835.tar.gz buildroot-novena-1c4dbb5fa7df89731e5d59f680e9dc34f24f8835.zip |
pango: needs C++ for freetype handling
Pango was recently updated to v1.28 as a dependency of webkit, but its
freetype support has unfortunately been rewritten with parts in C++
(since pango 1.25), so adjust dependencies of pango and users of it to
require C++ support.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -17,9 +17,10 @@ fs: old-style squashfs for big endian archs fixed. - Updated/fixed packages: busybox, imagemagick, libglib2, lua, - luafilesystem, lzo, netcat, php, pppd, proftpd, qt, samba, - startup-notification, sysvinit, util-linux + Updated/fixed packages: busybox, gst-plugins-base, + imagemagick, libgail, libglib2, libgtk2, lua, luafilesystem, + lzo, netcat, pango, php, pppd, proftpd, qt, samba, + startup-notification, swfdec, sysvinit, util-linux Removed packages: stunnel |