diff options
author | Jasper St. Pierre <jstpierre@mecheye.net> | 2014-02-18 19:48:12 -0500 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2014-02-18 20:39:51 -0800 |
commit | ed7cae34251fc5fb3208870501f8e3fde6c157f2 (patch) | |
tree | cc795231c637e97449f312c496c762797a96cd86 | |
parent | b223a721478504bc67625606e1efbe1718fe3325 (diff) |
weston.ini.in: Update path to weston-flower
Ever since the autotools flattening, the launcher for weston-flower
contained an incorrect path...
-rw-r--r-- | weston.ini.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weston.ini.in b/weston.ini.in index 5181a9e5..2c391779 100644 --- a/weston.ini.in +++ b/weston.ini.in @@ -35,7 +35,7 @@ path=/usr/bin/google-chrome [launcher] icon=/usr/share/icons/gnome/24x24/apps/arts.png -path=@abs_top_builddir@/clients/weston-flower +path=@abs_top_builddir@/weston-flower [screensaver] # Uncomment path to disable screensaver |