summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoram Park <boram1288.park@samsung.com>2015-03-27 13:59:39 +0900
committerBoram Park <boram1288.park@samsung.com>2015-03-27 14:01:19 +0900
commit37f14668f3d49e7300fd545e9097d640464aed4a (patch)
treedd38848909f95248e9466756f08c6ce6ceec9e81
parentd32942db24a02debf5a4b026ba82609cef4fe3b6 (diff)
downloadweston-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.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/weston.ini b/weston.ini
index 1d1f2f8..f622d5e 100644
--- a/weston.ini
+++ b/weston.ini
@@ -1,5 +1,5 @@
[core]
-modules=desktop-shell.so
+#modules=desktop-shell.so
#modules=desktop-shell.so,qa-plugin.so
[shell]