diff options
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/wayland/weston-ini-conf.bbappend | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/weston-ini-conf.bbappend b/recipes-graphics/wayland/weston-ini-conf.bbappend new file mode 100644 index 000000000..b79c52608 --- /dev/null +++ b/recipes-graphics/wayland/weston-ini-conf.bbappend @@ -0,0 +1,6 @@ +WESTONCORE[shell] ??= "ivi-shell.so" + +WESTONIVISHELL[ivi-module] ??= "ivi-controller.so" +WESTONIVISHELL[ivi-input-module] ??= "ivi-input-controller.so" + +WESTONSECTION[WESTONIVISHELL] = "ivi-shell" |