[oe-commits] Otavio Salvador : xfwm4: add alternative to x-window-manager

GIT User account git at amethyst.openembedded.net
Fri Oct 17 17:11:39 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d7d4b1c80ffeed941356ff81db70182bd79c1356
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d7d4b1c80ffeed941356ff81db70182bd79c1356

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Fri Aug 29 10:59:27 2008 -0300

xfwm4: add alternative to x-window-manager

---

 packages/xfce/xfwm4_4.4.1.bb |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/packages/xfce/xfwm4_4.4.1.bb b/packages/xfce/xfwm4_4.4.1.bb
index 211853a..12f216f 100644
--- a/packages/xfce/xfwm4_4.4.1.bb
+++ b/packages/xfce/xfwm4_4.4.1.bb
@@ -4,7 +4,7 @@
 
 DESCRIPTION="XFCE4 Window Manager"
 SECTION = "x11/wm"
-inherit xfce
+inherit xfce update-alternatives
 
 FILES_${PN} += "${datadir}/xfwm4/defaults ${datadir}/xfwm4/themes/default.keys/*"
 
@@ -25,3 +25,7 @@ PACKAGES += " ${PN}-mcs-plugins"
 
 FILES_${PN}-mcs-plugins += "${libdir}/xfce4/mcs-plugins/*.so"
 
+ALTERNATIVE_PATH = "${bindir}/xfce4-session"
+ALTERNATIVE_NAME = "x-window-manager"
+ALTERNATIVE_LINK = "${bindir}/x-window-manager"
+ALTERNATIVE_PRIORITY = "10"





More information about the Openembedded-commits mailing list