diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-04-21 20:44:59 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-04-21 20:44:59 +0200 |
commit | b803209ad0f1f198072695109b30a726e0411084 (patch) | |
tree | 3d5db865a71f72457d05fbe37cb25e96d67484f8 /package/pango | |
parent | faf5bef3ce64c6b15ac9cd4490c74f621cea4b73 (diff) |
fat commit to add support for firefox on ibm x40 via usb stick
- add support for IBM X40 notebook
- add USB boot support
- add firefox package
- update and add all dependencies for firefox
- add xorg intel driver
- add dri support for xorg
Diffstat (limited to 'package/pango')
-rw-r--r-- | package/pango/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/pango/Makefile b/package/pango/Makefile index f974c73c5..3d84ecbb7 100644 --- a/package/pango/Makefile +++ b/package/pango/Makefile @@ -4,13 +4,13 @@ include ${TOPDIR}/rules.mk PKG_NAME:= pango -PKG_VERSION:= 1.26.1 +PKG_VERSION:= 1.28.0 PKG_RELEASE:= 1 -PKG_MD5SUM:= 629f653adfdcfd6e4d89e95f74b8d370 +PKG_MD5SUM:= aa3dee16506275a36c6c9239c9e2dfdd PKG_DESCR:= pango library PKG_SECTION:= libs PKG_URL:= http://www.pango.org -PKG_SITES:= ${MASTER_SITE_GNOME:=/pango/1.26/} +PKG_SITES:= ${MASTER_SITE_GNOME:=/pango/1.28/} ifeq ($(ADK_STATIC),y) PKG_OPTS:= libonly |