| 45 | | local myconf |
| 46 | | |
| 47 | | # See the complete list at the end of this file |
| 48 | | myconf="$(use_enable ssl openssl) \ |
| 49 | | $(use_enable curl) \ |
| 50 | | --enable-ecore-job \ |
| 51 | | --enable-ecore-con \ |
| 52 | | --enable-ecore-ipc \ |
| 53 | | --enable-ecore-config \ |
| 54 | | --enable-ecore-txt \ |
| 55 | | --enable-ecore-evas \ |
| 56 | | --enable-ecore-imf \ |
| 57 | | --enable-ecore-imf-evas \ |
| 58 | | $(use_enable X simple-x11) \ |
| 59 | | $(use_enable xcb ecore-x-xcb) \ |
| 60 | | $(use_enable X ecore-x) \ |
| 61 | | $(use_enable opengl ecore-evas-opengl-x11) \ |
| 62 | | $(use_enable X ecore-evas-xrender-x11) \ |
| | 43 | econf \ |
| | 44 | --enable-ecore-job \ |
| | 45 | --enable-ecore-con \ |
| | 46 | --enable-ecore-ipc \ |
| | 47 | --enable-ecore-config \ |
| | 48 | --enable-ecore-txt \ |
| | 49 | --enable-ecore-evas \ |
| | 50 | --enable-ecore-imf \ |
| | 51 | --enable-ecore-imf-evas \ |
| | 52 | $(use_enable curl) \ |
| | 53 | $(use_enable ssl openssl) \ |
| | 54 | $(use_enable xcb ecore-x-xcb) \ |
| | 55 | $(use_enable opengl ecore-evas-opengl-x11) \ |
| | 56 | $(use_enable X ecore-x) \ |
| | 57 | $(use_enable X simple-x11) \ |
| | 58 | $(use_enable X ecore-evas-xrender-x11) \ |
| 64 | | $(use_enable directfb ecore-directfb) \ |
| 65 | | $(use_enable directfb ecore-evas-dfb) \ |
| 66 | | $(use_enable fbcon ecore-fb) \ |
| 67 | | $(use_enable fbcon ecore-evas-fb) \ |
| 68 | | $(use_enable sdl ecore-sdl) \ |
| 69 | | $(use_enable sdl ecore-evas-sdl) \ |
| 70 | | --enable-ecore-evas-buffer \ |
| 71 | | --enable-ecore-file \ |
| 72 | | --enable-inotify \ |
| 73 | | --disable-poll" |
| 74 | | |
| 75 | | econf ${myconf} || die "Configuration failed" |
| 76 | | emake || die "Make failed" |
| | 60 | $(use_enable directfb ecore-directfb) \ |
| | 61 | $(use_enable directfb ecore-evas-dfb) \ |
| | 62 | $(use_enable fbcon ecore-fb) \ |
| | 63 | $(use_enable fbcon ecore-evas-fb) \ |
| | 64 | $(use_enable sdl ecore-sdl) \ |
| | 65 | $(use_enable sdl ecore-evas-sdl) \ |
| | 66 | --enable-ecore-evas-buffer \ |
| | 67 | --enable-ecore-file \ |
| | 68 | --enable-inotify \ |
| | 69 | --disable-poll \ |
| | 70 | || die |
| | 71 | emake || die |