diff options
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -30,9 +30,9 @@ $command | |||
30 | 30 | ||
31 | # Test if edje is already available, build EFL up to edje if not. | 31 | # Test if edje is already available, build EFL up to edje if not. |
32 | # TODO - Check EFL version. | 32 | # TODO - Check EFL version. |
33 | # TODO - grab release tarballs from enlightenment.org, then build those. | ||
34 | hash edje_cc 2>&- || { | 33 | hash edje_cc 2>&- || { |
35 | 34 | ||
35 | # TODO - grab release tarballs from enlightenment.org, then build those. | ||
36 | echo "_______________ BUILDING eina _______________" | 36 | echo "_______________ BUILDING eina _______________" |
37 | # cd $wd/libraries/eina | 37 | # cd $wd/libraries/eina |
38 | # ./configure && make | 38 | # ./configure && make |
@@ -74,5 +74,3 @@ cd $wd/LuaSL | |||
74 | echo "_______________ BUILDING extantz _______________" | 74 | echo "_______________ BUILDING extantz _______________" |
75 | cd $wd/ClientHamr/extantz | 75 | cd $wd/ClientHamr/extantz |
76 | ./build.sh | 76 | ./build.sh |
77 | |||
78 | |||