summaryrefslogtreecommitdiff
path: root/xfce-base/exo/exo-4.19.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-02-19 11:39:43 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-02-19 11:39:43 +0000
commitfac3cfaabc3c46bf5cb7a2492197925c7c557b42 (patch)
tree2f349d3ce8993d9ac6d35958db8b9d82b8fe40cc /xfce-base/exo/exo-4.19.0.ebuild
parentb24782302154e447b59c3f719970f951cd15cd38 (diff)
gentoo auto-resync : 19:02:2024 - 11:39:43
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