mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-30 21:54:16 +08:00
glhd: Build with scons
This commit is contained in:
parent
d12c4c5a62
commit
40d4b414d9
@ -131,6 +131,8 @@ if 'trace' not in env['drivers']:
|
||||
env['drivers'].append('trace')
|
||||
if 'rbug' not in env['drivers']:
|
||||
env['drivers'].append('rbug')
|
||||
if 'galahad' not in env['drivers']:
|
||||
env['drivers'].append('galahad')
|
||||
if 'identity' not in env['drivers']:
|
||||
env['drivers'].append('identity')
|
||||
if 'softpipe' not in env['drivers']:
|
||||
|
@ -2,7 +2,7 @@ Import('*')
|
||||
|
||||
env = env.Clone()
|
||||
|
||||
identity = env.ConvenienceLibrary(
|
||||
galahad = env.ConvenienceLibrary(
|
||||
target = 'identity',
|
||||
source = [
|
||||
'glhd_context.c',
|
||||
@ -10,4 +10,4 @@ identity = env.ConvenienceLibrary(
|
||||
'glhd_screen.c',
|
||||
])
|
||||
|
||||
Export('identity')
|
||||
Export('galahad')
|
||||
|
Loading…
Reference in New Issue
Block a user