diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-23 18:15:03 +0100 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-23 18:15:03 +0100 |
| commit | 7d995c58b1f3c34874110f6040021fd83d618732 (patch) | |
| tree | 21db911783f88a232b3bc5a0f669b73833f63f1c /meta-efl/recipes-efl/efl/ecore.inc | |
| parent | 1c2cf0868bcf72847a3150416f5b48e94ba512d4 (diff) | |
| download | meta-openembedded-7d995c58b1f3c34874110f6040021fd83d618732.tar.gz | |
meta-efl: import from meta-shr.
Not all dependencies are in yet e.g. eve is missing webkit-efl, but e-wm should build
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-efl/recipes-efl/efl/ecore.inc')
| -rw-r--r-- | meta-efl/recipes-efl/efl/ecore.inc | 111 |
1 files changed, 111 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/efl/ecore.inc b/meta-efl/recipes-efl/efl/ecore.inc new file mode 100644 index 0000000000..6ff455f535 --- /dev/null +++ b/meta-efl/recipes-efl/efl/ecore.inc | |||
| @@ -0,0 +1,111 @@ | |||
| 1 | DESCRIPTION = "Ecore is the Enlightenment application framework library" | ||
| 2 | LICENSE = "MIT BSD" | ||
| 3 | DEPENDS = "gettext-native virtual/libiconv tslib curl eet evas glib-2.0 \ | ||
| 4 | libxtst libxcomposite libxinerama libxscrnsaver libxdamage libxrandr libxcursor libxprintutil" | ||
| 5 | DEPENDS_virtclass-native = "eet-native evas-native" | ||
| 6 | # optional | ||
| 7 | # DEPENDS += "directfb virtual/libsdl openssl virtual/libiconv" | ||
| 8 | |||
| 9 | inherit efl | ||
| 10 | |||
| 11 | BBCLASSEXTEND = "native" | ||
| 12 | INC_PR = "r0" | ||
| 13 | |||
| 14 | do_configure_prepend() { | ||
| 15 | touch ${S}/po/Makefile.in.in || true | ||
| 16 | sed -i -e 's: po::g' ${S}/Makefile.am | ||
| 17 | } | ||
| 18 | |||
| 19 | FILESPATHPKG =. "${BPN}-${PV}:${BPN}:" | ||
| 20 | |||
| 21 | PACKAGES =+ "\ | ||
| 22 | ${PN}-con \ | ||
| 23 | ${PN}-config \ | ||
| 24 | ${PN}-desktop \ | ||
| 25 | ${PN}-directfb \ | ||
| 26 | ${PN}-sdl \ | ||
| 27 | ${PN}-evas \ | ||
| 28 | ${PN}-fb \ | ||
| 29 | ${PN}-file \ | ||
| 30 | ${PN}-imf-evas \ | ||
| 31 | ${PN}-imf \ | ||
| 32 | ${PN}-ipc \ | ||
| 33 | ${PN}-job \ | ||
| 34 | ${PN}-txt \ | ||
| 35 | ${PN}-x \ | ||
| 36 | ${PN}-input \ | ||
| 37 | " | ||
| 38 | # Some upgrade path tweaking | ||
| 39 | AUTO_LIBNAME_PKGS = "" | ||
| 40 | |||
| 41 | RREPLACES_${PN} = "libecore-ver-pre-svn-00-0 libecore-ver-pre-svn-01-0" | ||
| 42 | REPLACES_${PN}-tests = "libecore-ver-pre-svn-01-tests" | ||
| 43 | RREPLACES_${PN}-con = "libecore-ver-pre-svn-01-con libecore-con-ver-pre-svn-01-0" | ||
| 44 | RREPLACES_${PN}-config = "libecore-config-ver-pre-svn-01-0" | ||
| 45 | RREPLACES_${PN}-desktop = "libecore-desktop-ver-pre-svn-01-0" | ||
| 46 | RREPLACES_${PN}-directfb = "libecore-directfb-ver-pre-svn-01-0" | ||
| 47 | RREPLACES_${PN}-sdl = "libecore-sdl-ver-pre-svn-01-0" | ||
| 48 | RREPLACES_${PN}-evas = "libecore-evas-ver-pre-svn-01-0" | ||
| 49 | RREPLACES_${PN}-fb = "libecore-fb-ver-pre-svn-01-0" | ||
| 50 | RREPLACES_${PN}-file = "libecore-file-ver-pre-svn-01-0" | ||
| 51 | RREPLACES_${PN}-imf-evas = "libecore-imf-evas-ver-pre-svn-01-0" | ||
| 52 | RREPLACES_${PN}-imf = "libecore-imf-ver-pre-svn-01-0" | ||
| 53 | RREPLACES_${PN}-ipc = "libecore-ipc-ver-pre-svn-01-0" | ||
| 54 | RREPLACES_${PN}-job = "libecore-job-ver-pre-svn-01-0" | ||
| 55 | RREPLACES_${PN}-txt = "libecore-txt-ver-pre-svn-01-0" | ||
| 56 | RREPLACES_${PN}-x = "libecore-x-ver-pre-svn-01-0" | ||
| 57 | RREPLACES_${PN}-input = "libecore-input-ver-pre-svn-01-0" | ||
| 58 | |||
| 59 | FILES_${PN} = "${libdir}/libecore*.so.*" | ||
| 60 | FILES_${PN}-con = "${libdir}/libecore_con*.so.*" | ||
| 61 | FILES_${PN}-config = "${libdir}/libecore_config*.so.*" | ||
| 62 | FILES_${PN}-desktop = "${libdir}/libecore_desktop*.so.*" | ||
| 63 | FILES_${PN}-directfb = "${libdir}/libecore_directfb*.so.*" | ||
| 64 | FILES_${PN}-sdl = "${libdir}/libecore_sdl*.so.*" | ||
| 65 | FILES_${PN}-evas = "${libdir}/libecore_evas*.so.*" | ||
| 66 | FILES_${PN}-fb = "${libdir}/libecore_fb*.so.*" | ||
| 67 | FILES_${PN}-file = "${libdir}/libecore_file*.so.*" | ||
| 68 | FILES_${PN}-imf = "${libdir}/libecore_imf*.so.*" | ||
| 69 | FILES_${PN}-imf-evas = "${libdir}/libecore_imf_evas*.so.*" | ||
| 70 | FILES_${PN}-ipc = "${libdir}/libecore_ipc*.so.*" | ||
| 71 | FILES_${PN}-job = "${libdir}/libecore_job*.so.*" | ||
| 72 | FILES_${PN}-txt = "${libdir}/libecore_txt*.so.*" | ||
| 73 | FILES_${PN}-x = "${libdir}/libecore_x*.so.*" | ||
| 74 | FILES_${PN}-input = "${libdir}/libecore_input*.so.*" | ||
| 75 | |||
| 76 | ECORE_OECONF = "\ | ||
| 77 | --x-includes=${STAGING_INCDIR}/X11 \ | ||
| 78 | --x-libraries=${STAGING_LIBDIR} \ | ||
| 79 | --enable-simple-x11 \ | ||
| 80 | --enable-ecore-config \ | ||
| 81 | --enable-ecore-x \ | ||
| 82 | --enable-ecore-job \ | ||
| 83 | --enable-ecore-fb \ | ||
| 84 | --enable-ecore-evas \ | ||
| 85 | --enable-ecore-evas-software-16-x11 \ | ||
| 86 | --enable-ecore-evas-xrender \ | ||
| 87 | --enable-abstract-sockets \ | ||
| 88 | --enable-ecore-con \ | ||
| 89 | --enable-ecore-ipc \ | ||
| 90 | --enable-ecore-file \ | ||
| 91 | --enable-inotify \ | ||
| 92 | --disable-ecore-desktop \ | ||
| 93 | --disable-ecore-x-xcb \ | ||
| 94 | --disable-ecore-directfb \ | ||
| 95 | --disable-ecore-sdl \ | ||
| 96 | --enable-ecore-evas-opengl-x11 \ | ||
| 97 | --disable-ecore-evas-dfb \ | ||
| 98 | --disable-ecore-evas-sdl \ | ||
| 99 | --disable-openssl \ | ||
| 100 | --disable-poll \ | ||
| 101 | --enable-xim \ | ||
| 102 | " | ||
| 103 | |||
| 104 | EXTRA_OECONF = "${ECORE_OECONF} \ | ||
| 105 | --enable-curl \ | ||
| 106 | " | ||
| 107 | |||
| 108 | EXTRA_OECONF_virtclass-native = "\ | ||
| 109 | ${ECORE_OECONF} \ | ||
| 110 | --disable-curl \ | ||
| 111 | " | ||
