ganeshredcobra / animata

Automatically exported from code.google.com/p/animata
GNU General Public License v3.0
0 stars 0 forks source link

[PATCH] Allow animata to be build when no X is running #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Compiling animata on a remote host (via ssh) or from a build daemon fails due 
to the lack of a DISPLAY environment variable.

Since it's not referenced anywhere and I don't see why a compiler would ever 
need to know anything about the DISPLAY variable, let's remove this line from 
SConscript.

The attached patch corrects the problem.

Original issue reported on code.google.com by a...@drcomp.erfurt.thur.de on 21 Apr 2013 at 1:30

Attachments:

GoogleCodeExporter commented 9 years ago
There is a "scons run" target that runs Animata, which needs the DISPLAY. 
Addressed this in r61. It should build without a display now. Thanks!

Original comment by gabor.p...@gmail.com on 22 Apr 2013 at 8:54