Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 223997
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- gaia-0.1.2.orig/SConstruct
0
++ gaia-0.1.2/SConstruct
Lines 8-14 Link Here
8
#######################################
8
#######################################
9
# OPTIONS
9
# OPTIONS
10
#######################################
10
#######################################
11
opts = Options(ARGUMENTS)
11
opts = Options(args = ARGUMENTS)
12
# conditionally build parts of gaia
12
# conditionally build parts of gaia
13
#opts.Add(BoolOption('gaia', 'Compile gaia OpenGL client', 1));
13
#opts.Add(BoolOption('gaia', 'Compile gaia OpenGL client', 1));
14
14

Return to bug 223997