Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mesa
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
virgl-es
mesa
Commits
e3eed8bf
Commit
e3eed8bf
authored
Apr 24, 2010
by
Vinson Lee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nouveau: Add to SCons build.
parent
dda8046a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
SConstruct
SConstruct
+1
-1
src/gallium/drivers/nouveau/SConscript
src/gallium/drivers/nouveau/SConscript
+11
-0
No files found.
SConstruct
View file @
e3eed8bf
...
...
@@ -50,7 +50,7 @@ common.AddOptions(opts)
opts
.
Add
(
ListVariable
(
'statetrackers'
,
'state trackers to build'
,
default_statetrackers
,
[
'mesa'
,
'python'
,
'xorg'
]))
opts
.
Add
(
ListVariable
(
'drivers'
,
'pipe drivers to build'
,
default_drivers
,
[
'softpipe'
,
'failover'
,
'svga'
,
'i915'
,
'i965'
,
'trace'
,
'r300'
,
'identity'
,
'llvmpipe'
]))
[
'softpipe'
,
'failover'
,
'svga'
,
'i915'
,
'i965'
,
'trace'
,
'r300'
,
'identity'
,
'llvmpipe'
,
'nouveau'
]))
opts
.
Add
(
ListVariable
(
'winsys'
,
'winsys drivers to build'
,
default_winsys
,
[
'xlib'
,
'vmware'
,
'i915'
,
'i965'
,
'gdi'
,
'radeon'
,
'graw-xlib'
]))
...
...
src/gallium/drivers/nouveau/SConscript
0 → 100644
View file @
e3eed8bf
Import
(
'*'
)
env
=
env
.
Clone
()
nouveau
=
env
.
ConvenienceLibrary
(
target
=
'nouveau'
,
source
=
[
'nouveau_screen.c'
,
])
Export
(
'nouveau'
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment