- update to Xorg X11R7.4 and reorganization of the xorg-section

- added tslib
 - added e17 and related efl-libs


git-svn-id: svn://svn.openwrt.org/openwrt/packages@13238 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mirko
2008-11-16 19:31:42 +00:00
parent 7dc53e0a1f
commit 986eb4eafc
323 changed files with 3180 additions and 31317 deletions

View File

@ -0,0 +1,12 @@
#!/bin/sh /etc/rc.common
# Copyright (C) 2007 OpenWrt.org
START=99
FILE=/etc/pango/pango.modules
start() {
if [ ! -e ${FILE} ]; then
mkdir -p $(dirname ${FILE})
pango-querymodules > ${FILE}
fi
}