upgrade xbmc to 12.0

This commit is contained in:
Domen Kozar
2013-03-12 01:35:16 +01:00
parent 3e61084006
commit acf4697a5f
2 changed files with 9 additions and 5 deletions

View File

@@ -20,8 +20,12 @@ in stdenv.mkDerivation {
buildInputs = [ unzip ];
buildPhase = ''
# use STL (xbmc requires it)
sed '1i#define TIXML_USE_STL 1' -i tinyxml.h
sed '1i#define TIXML_USE_STL 1' -i xmltest.cpp
# build xmltest
make
make
# build the lib as a shared library
g++ -Wall -O2 -shared -fpic tinyxml.cpp \