From 9834d80344898b28922adf85ba21167faab0c1cf Mon Sep 17 00:00:00 2001 From: lars Date: Fri, 6 Mar 2009 20:58:21 +0000 Subject: [PATCH] Update pixman to 0.14 git-svn-id: svn://svn.openwrt.org/openwrt/packages@14764 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Xorg/lib/pixman/Makefile | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Xorg/lib/pixman/Makefile b/Xorg/lib/pixman/Makefile index 3dcec3640..9d8151ace 100644 --- a/Xorg/lib/pixman/Makefile +++ b/Xorg/lib/pixman/Makefile @@ -1,26 +1,26 @@ # -# Copyright (C) 2008 OpenWrt.org +# Copyright (C) 2008-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # +# $Id$ include $(TOPDIR)/rules.mk -PKG_BASE_NAME:=pixman PKG_NAME:=pixman -PKG_RELEASE:=4 -PKG_VERSION:=0.12.0 +PKG_RELEASE:=1 +PKG_VERSION:=0.14.0 PKG_SOURCE_URL:=http://cairographics.org/releases/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_MD5SUM:=09357cc74975b01714e00c5899ea1881 +PKG_MD5SUM:=da330524bbd975271974378b1c5e7b5d + PKG_FIXUP:=libtool +PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk -PKG_INSTALL:=1 - define Package/pixman SECTION:=xorg-lib CATEGORY:=Xorg @@ -32,6 +32,7 @@ endef define Build/Configure $(call Build/Configure/Default, \ --disable-gtk \ + --disable-arm-simd \ ) endef -- 2.11.0