14 lines
310 B
Bash
14 lines
310 B
Bash
|
# 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_BRANCH="gallium-0.1"
|
||
|
|
||
|
require gallium
|
||
|
|
||
|
PLATFORMS="~amd64"
|
||
|
|
||
|
DEPENDENCIES="
|
||
|
build+run:
|
||
|
!x11-dri/gallium2"
|