mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
Merge branch 'openelec-next' of git://github.com/OpenELEC/OpenELEC.tv into openelec-pvr
This commit is contained in:
commit
351b53c62c
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
2795
projects/Fusion/linux/linux.i386.conf
Normal file
2795
projects/Fusion/linux/linux.i386.conf
Normal file
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user