X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-ivi-common%2Frecipes-graphics%2Fwayland%2Fwayland-ivi-extension_1.9.1.bb;h=9ea7d24bb8af3160bae4a846a6d856b7372e159f;hb=075c13ff378bdb3b03436d81a70f6779514b886b;hp=eea9627b69d6b350cabb5e5c754e7faf2a82dc7b;hpb=6f6eaaf6ab72f73a7bb9e568eb4f13b0f05fd95a;p=AGL%2Fmeta-agl.git diff --git a/meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension_1.9.1.bb b/meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension_1.9.1.bb index eea9627b6..9ea7d24bb 100644 --- a/meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension_1.9.1.bb +++ b/meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension_1.9.1.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=176cedb32f48dd58f07e0c1c717b3ea4" DEPENDS = "weston" -SRC_URI = "git://git.projects.genivi.org/${PN}.git \ +SRC_URI = "git://github.com/GENIVI/${PN}.git;protocol=https \ " SRC_URI_append_wandboard = "file://wandboard_fix_build.patch" @@ -15,10 +15,12 @@ SRCREV = "44598504503eea5ac7f94c88477a5a78bda01f30" S = "${WORKDIR}/git" -inherit cmake autotools +inherit cmake +#jsmoeller: rm autotools from inherit ... there can only be one -PACKAGECONFIG ??= "" +PACKAGECONFIG ??= "ilm_input" PACKAGECONFIG[ivi-share] = "-DIVI_SHARE=ON,-DIVI_SHARE=OFF,libgbm libdrm" +PACKAGECONFIG[ilm_input] = "-DWITH_ILM_INPUT=1,-DWITH_ILM_INPUT=0" FILES_${PN} += "${libdir}/weston/*" FILES_${PN}-dbg += "${libdir}/weston/.debug/*"