mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
new package: add initial package 'xf86-video-nouveau'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
1c3b87c9ec
commit
63adf05b5f
14
packages/x11/driver/xf86-video-nouveau/build
Executable file
14
packages/x11/driver/xf86-video-nouveau/build
Executable file
@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--with-xorg-module-dir=$XORG_PATH_MODULES
|
||||
|
||||
make
|
6
packages/x11/driver/xf86-video-nouveau/install
Executable file
6
packages/x11/driver/xf86-video-nouveau/install
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
mkdir -p $INSTALL/$XORG_PATH_MODULES/drivers
|
||||
cp $PKG_BUILD/src/.libs/*_drv.so $INSTALL/$XORG_PATH_MODULES/drivers
|
14
packages/x11/driver/xf86-video-nouveau/meta
Normal file
14
packages/x11/driver/xf86-video-nouveau/meta
Normal file
@ -0,0 +1,14 @@
|
||||
PKG_NAME="xf86-video-nouveau"
|
||||
PKG_VERSION="20101011"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="i386 x86_64"
|
||||
PKG_LICENSE="OSS"
|
||||
PKG_SITE="http://www.x.org/"
|
||||
PKG_URL="http://sources.openelec.tv/svn/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||
PKG_DEPENDS="libXrandr libXrender libdrm libXext libpciaccess udev"
|
||||
PKG_BUILD_DEPENDS="toolchain libXrandr libXrender libdrm libXext libpciaccess udev xorg-server"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="x11/driver"
|
||||
PKG_SHORTDESC="xf86-video-nouveau: Nouveau display driver (experimental)"
|
||||
PKG_LONGDESC="This driver for the X.Org X server (see xserver-xorg for a further description) provides support for NVIDIA Riva, TNT, GeForce, and Quadro cards. Although the nouveau project aims to provide full 3D support it is not yet complete, and these packages do not include any 3D support. Users requiring 3D support should use the non-free "nvidia" driver."
|
||||
PKG_IS_ADDON="no"
|
Loading…
x
Reference in New Issue
Block a user