add x11-drivers/drm and add copyright to gallium
This commit is contained in:
parent
e540c522d5
commit
e81c32718f
4 changed files with 40 additions and 2 deletions
|
@ -3,3 +3,4 @@ dev-libs
|
|||
sys-apps
|
||||
sys-libs
|
||||
x11-dri
|
||||
x11-drivers
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
# Copyright (c) 2008 Daniel Mierswa <impulze@impulze.org>
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
SCM_REPOSITORY="git://anongit.freedesktop.org/git/nouveau/mesa"
|
||||
SCM_TYPE="git"
|
||||
SCM_BRANCH="gallium-0.1"
|
||||
require eutils multilib scm toolchain-funcs
|
||||
require eutils multilib scm-git toolchain-funcs
|
||||
|
||||
SUMMARY="nouveau mesa driver"
|
||||
DESCRIPTION="The nouveau driver for the mesa OpenGL implementation."
|
||||
|
|
8
packages/x11-drivers/drm/drm-scm.exheres-0
Normal file
8
packages/x11-drivers/drm/drm-scm.exheres-0
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Copyright (c) 2008 Daniel Mierswa <impulze@impulze.org>
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
SCM_REPOSITORY="git://anongit.freedesktop.org/git/mesa/drm"
|
||||
require scm-git drm
|
||||
|
||||
SLOT="0"
|
||||
PLATFORMS="~amd64"
|
28
packages/x11-drivers/drm/drm.exlib
Normal file
28
packages/x11-drivers/drm/drm.exlib
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Copyright (c) 2008 Daniel Mierswa <impulze@impulze.org>
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
require toolchain-funcs
|
||||
|
||||
SUMMARY="DRM and nouveau kernel modules"
|
||||
HOMEPAGE="http://dri.freedesktop.org/wiki/"
|
||||
|
||||
LICENCES="FIXME"
|
||||
MYOPTIONS=""
|
||||
|
||||
DEPENDENCIES="
|
||||
build:
|
||||
=x11-dri/libdrm-${PV}
|
||||
"
|
||||
|
||||
WORK="${WORK}/linux-core"
|
||||
|
||||
DEFAULT_SRC_COMPILE_PARAMS=(
|
||||
DRM_MODULES="nouveau.o drm.o"
|
||||
ARCH="$(tc-arch-kernel)"
|
||||
)
|
||||
|
||||
DEFAULT_SRC_INSTALL_PARAMS=(
|
||||
DRM_MODULES="nouveau.o drm.o"
|
||||
ARCH="$(tc-arch-kernel)"
|
||||
INSTALL_MOD_PATH="${IMAGE}"
|
||||
)
|
Loading…
Reference in a new issue