Update pixman to 0.14

git-svn-id: svn://svn.openwrt.org/openwrt/packages@14764 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
lars 2009-03-06 20:58:21 +00:00
parent a456db34e4
commit 9834d80344

View File

@ -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