- Timestamp:
- 03/21/09 14:39:23 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
openmoko/trunk/openmoko-target/x11-libs/elementary/elementary-20090313.ebuild
r196 r260 23 23 24 24 src_compile() { 25 local myconf 26 27 myconf="${myconf} \ 28 --with-edje-cc=/usr/bin/edje_cc" 29 30 econf $myconf || die "econf failed" 31 emake || die "emake failed" 25 econf \ 26 --with-edje-cc=/usr/bin/edje_cc \ 27 || die 28 emake || die 32 29 }
