diff options
Diffstat (limited to 'meta-ivi-common/recipes-graphics/wayland')
-rw-r--r-- | meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension_1.9.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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 d674be8b3..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 @@ -15,7 +15,8 @@ SRCREV = "44598504503eea5ac7f94c88477a5a78bda01f30" S = "${WORKDIR}/git" -inherit cmake autotools +inherit cmake +#jsmoeller: rm autotools from inherit ... there can only be one PACKAGECONFIG ??= "ilm_input" PACKAGECONFIG[ivi-share] = "-DIVI_SHARE=ON,-DIVI_SHARE=OFF,libgbm libdrm" |