summaryrefslogtreecommitdiff
path: root/xfce-base/exo/exo-4.19.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'xfce-base/exo/exo-4.19.0.ebuild')
-rw-r--r--xfce-base/exo/exo-4.19.0.ebuild7
1 files changed, 7 insertions, 0 deletions
diff --git a/xfce-base/exo/exo-4.19.0.ebuild b/xfce-base/exo/exo-4.19.0.ebuild
index 9c4e255479b9..e0250d7c3741 100644
--- a/xfce-base/exo/exo-4.19.0.ebuild
+++ b/xfce-base/exo/exo-4.19.0.ebuild
@@ -30,6 +30,13 @@ BDEPEND="
virtual/pkgconfig
"
+src_prepare() {
+ # stray include, breaks USE=-X
+ # https://gitlab.xfce.org/xfce/exo/-/issues/111
+ sed -i -e '/gdkx\.h/d' exo-open/main.c || die
+ default
+}
+
src_install() {
default
find "${D}" -name '*.la' -delete || die