- Timestamp:
- 03/21/09 14:39:23 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
openmoko/trunk/openmoko-target/x11-libs/e_dbus/e_dbus-20090313.ebuild
r196 r260 19 19 20 20 src_compile() { 21 local myconf 22 23 myconf="${myconf} 24 $(use_enable hal ehal) 25 --enable-enm 26 --enable-build-test-gui 27 --enable-enotify" 28 29 econf ${myconf} || die "Configuration failed" 30 emake || die "Make failed" 21 econf \ 22 --enable-enm \ 23 --enable-build-test-gui \ 24 --enable-enotify \ 25 $(use_enable hal ehal) \ 26 || die 27 emake || die 31 28 }
