Merge branch 'openelec-next' of git://github.com/OpenELEC/OpenELEC.tv into openelec-pvr

This commit is contained in:
Stephan Raue 2011-05-16 15:15:51 +02:00
commit 351b53c62c
5 changed files with 2804 additions and 8 deletions

View File

@ -42,12 +42,13 @@ mkdir -p .build-target && cd .build-target
--disable-xml-docs \
--disable-doxygen-docs \
--enable-abstract-sockets \
--enable-x11-autolaunch \
--disable-selinux \
--disable-libaudit \
--enable-dnotify \
--enable-inotify \
--with-xml=expat \
--without-x \
--with-x \
--with-dbus-user=dbus \
make

View File

@ -25,8 +25,8 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://dbus.freedesktop.org"
PKG_URL="http://dbus.freedesktop.org/releases/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="expat"
PKG_BUILD_DEPENDS="toolchain expat"
PKG_DEPENDS="expat libX11"
PKG_BUILD_DEPENDS="toolchain expat libX11"
PKG_PRIORITY="required"
PKG_SECTION="system"
PKG_SHORTDESC="dbus: simple interprocess messaging system"

View File

@ -25,8 +25,8 @@ PKG_ARCH="i386 x86_64"
PKG_LICENSE="OSS"
PKG_SITE="http://www.x.org/"
PKG_URL="http://xorg.freedesktop.org/archive/individual/driver/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="libXrandr libXrender libXext libpciaccess libdrm udev"
PKG_BUILD_DEPENDS="toolchain util-macros util-macros libXrandr libXrender libXext libpciaccess libdrm udev xorg-server"
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="toolchain"
PKG_PRIORITY="optional"
PKG_SECTION="x11/driver"
PKG_SHORTDESC="xf86-video-ati: The Xorg driver for ATI video chips"

File diff suppressed because it is too large Load Diff

View File

@ -35,7 +35,7 @@
# i686 i586 i486 i386
# (VIA CPUs) c3 c3-2
#
TARGET_CPU="atom"
TARGET_CPU="amdfam10"
;;
x86_64)
@ -169,8 +169,8 @@
# Graphic drivers to use (all / i915,i965,r200,r300,r600,radeon,nvidia,nouveau,vmware)
# Space separated list is supported,
# e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeon nvidia nouveau"
GRAPHIC_DRIVERS="r600"
# e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeon fglrx nvidia nouveau"
GRAPHIC_DRIVERS="fglrx"
# use libdrm-master (latest git) instead latest released version
LIBDRM_MASTER="no"