8544fe567a
* Enabled (optional) 3D support in SDL. svn path=/nixpkgs/trunk/; revision=4594
8 lines
97 B
Bash
8 lines
97 B
Bash
source $stdenv/setup
|
|
|
|
preConfigure=preConfigure
|
|
preConfigure() {
|
|
./autogen.sh
|
|
}
|
|
|
|
genericBuild |