summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-10-05 21:09:53 +0200
committerMichał Górny <mgorny@gentoo.org>2018-10-05 21:09:53 +0200
commit40c1832fb0d2b37861ed4dbdc2cd2876a53f90cd (patch)
treed953a2e3f277c34b8fed4a877a7c2d0ca608bfb6 /xfce-base/xfce4-session/xfce4-session-4.13.1.ebuild
parentsys-libs/libcxx: Backport libsupc++ build fix to 7.0.0 (diff)
downloadgentoo-40c1832fb0d2b37861ed4dbdc2cd2876a53f90cd.tar.gz
gentoo-40c1832fb0d2b37861ed4dbdc2cd2876a53f90cd.tar.bz2
gentoo-40c1832fb0d2b37861ed4dbdc2cd2876a53f90cd.zip
xfce-base/xfce4-session: Fix relying on implicit dbus header paths
Backport an upstream patch removing unnecessary use of dbus headers. This causes the package to implicitly rely on dbus include paths being added by pkg-config, and causes build failure in the rare case when xfce4-session dependencies do not require dbus. Closes: https://bugs.gentoo.org/667440 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-base/xfce4-session/xfce4-session-4.13.1.ebuild')
-rw-r--r--xfce-base/xfce4-session/xfce4-session-4.13.1.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/xfce-base/xfce4-session/xfce4-session-4.13.1.ebuild b/xfce-base/xfce4-session/xfce4-session-4.13.1.ebuild
index 7819b1d88835..d0df74cf881d 100644
--- a/xfce-base/xfce4-session/xfce4-session-4.13.1.ebuild
+++ b/xfce-base/xfce4-session/xfce4-session-4.13.1.ebuild
@@ -44,6 +44,10 @@ PATCHES=(
# TODO: this patch needs updating for the new version, and finding
# upstream bug.
# "${FILESDIR}"/${PN}-4.12.1-light-locker_support_to_xflock4.patch
+
+ # fix building with no dbus dependency
+ # https://bugs.gentoo.org/667440
+ "${FILESDIR}"/xfce4-session-4.13.1-kill-dbus-includes.patch
)
src_configure() {