Updated EFL to svn rev38480 and added new package Eina (which
[maemo-efl] / trunk / scripts / build.sh
index 9fdea74..c75296f 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 components=$*
-[ -z "$components" ] && components="eet evas ecore embryo edje python-evas python-ecore python-edje"
+[ -z "$components" ] && components="eina eet evas ecore embryo edje python-evas python-ecore python-edje"
 
 export SBOX_DEFAULT_AUTOMAKE=1.8
 
@@ -34,7 +34,7 @@ for build_variant in n770 n8x0 ; do
                echo "===== $component: building for $build_variant ====="
 
                # FIXME: install build dependencies here
-               DEB_BUILD_OPTIONS=$build_variant dpkg-buildpackage -rfakeroot -us -uc -sa -D || exit
+               DEB_BUILD_OPTIONS=$build_variant dpkg-buildpackage -rfakeroot -us -uc -sa -d || exit
 
                # install results
                srcname=`grep Source: debian/control |cut -f2 -d' '`