diff options
author | Boram Park <boram1288.park@samsung.com> | 2015-03-27 13:59:39 +0900 |
---|---|---|
committer | Boram Park <boram1288.park@samsung.com> | 2015-03-27 14:01:19 +0900 |
commit | 37f14668f3d49e7300fd545e9097d640464aed4a (patch) | |
tree | dd38848909f95248e9466756f08c6ce6ceec9e81 | |
parent | d32942db24a02debf5a4b026ba82609cef4fe3b6 (diff) | |
download | weston-common-37f14668f3d49e7300fd545e9097d640464aed4a.tar.gz weston-common-37f14668f3d49e7300fd545e9097d640464aed4a.tar.bz2 weston-common-37f14668f3d49e7300fd545e9097d640464aed4a.zip |
fix launching error on weston 1.7.0
weston couldn't be launched by below commit.
- 01e98b6 compositor: Propagate errors from module_init
desktop-shell.so will be loaded by default when launching. If
other-shell.so should be launched, you can write "shell=other-shell.so"
in weston.ini
Change-Id: I612e4b12c1d542d730e67f260c84f710be07bf9e
-rw-r--r-- | weston.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [core] -modules=desktop-shell.so +#modules=desktop-shell.so #modules=desktop-shell.so,qa-plugin.so [shell] |