summaryrefslogtreecommitdiff
path: root/packages/xfce/xfdesktop_4.4.2.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2008-10-04 12:07:11 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2008-10-17 14:08:05 -0300
commit528236fa65537addcb3e62a08ae7cb6db216943e (patch)
treea0913e138de7e10ffc0f4bff9922561e0a8614df /packages/xfce/xfdesktop_4.4.2.bb
parentb17bf340885ea29c9517d4aa7964fcd5dc7e313f (diff)
xfdesktop: fix a relocation and a memory leak
Due the relocation error, the menu was segfaulting and then being unusable. This patch has been taken from Gentoo repository.
Diffstat (limited to 'packages/xfce/xfdesktop_4.4.2.bb')
-rw-r--r--packages/xfce/xfdesktop_4.4.2.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/xfce/xfdesktop_4.4.2.bb b/packages/xfce/xfdesktop_4.4.2.bb
index 35c5ff5954..6c92b0fd1c 100644
--- a/packages/xfce/xfdesktop_4.4.2.bb
+++ b/packages/xfce/xfdesktop_4.4.2.bb
@@ -7,6 +7,9 @@ SECTION = "x11/base"
DEPENDS = "virtual/libx11 libxfcegui4 libxfce4mcs libxml2 xfce4-panel"
inherit xfce
+
+SRC_URI += " file://relocation-and-memleak.patch;patch=1 "
+
PACKAGES += "xfdesktop-backdrops ${PN}-mcs-plugins"
FILES_xfdesktop-backdrops="${datadir}/xfce4/backdrops/*"