[package] Update xf86-video-glamo to a recent version and enable engine ioctls.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@16688 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
lars 2009-07-05 12:53:16 +00:00
parent e9b85bbf71
commit 0a4ddf5766

View File

@ -7,9 +7,9 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=video-glamo
PKG_VERSION:=20090504
PKG_REV:=9491d818583114e429db1330dc5e07b4668dfa35
PKG_NAME:=xf86-video-glamo
PKG_VERSION:=20090705
PKG_REV:=b45d78c927715b8814404fc2a34ae0aa1d003c29
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
@ -42,6 +42,7 @@ define Build/Configure
(cd $(PKG_BUILD_DIR) && autoreconf --force --install)
$(call Build/Configure/Default, \
--disable-jbt6k74-set-state \
--enable-engine-ioctls \
)
endef