diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-02-10 10:14:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-02-10 10:15:57 +0100 |
commit | e6194d460e3dc239ba201fd35e6fad1f483da1e2 (patch) | |
tree | a35085da29f6e73e9f50958bdcf97ced8b5453c9 /xfce-base/libxfce4ui | |
parent | net-im/fractal: Bump to 6 (diff) | |
download | gentoo-e6194d460e3dc239ba201fd35e6fad1f483da1e2.tar.gz gentoo-e6194d460e3dc239ba201fd35e6fad1f483da1e2.tar.bz2 gentoo-e6194d460e3dc239ba201fd35e6fad1f483da1e2.zip |
xfce-base/libxfce4ui: Fix libxfce4ui.h with USE=-X
Closes: https://bugs.gentoo.org/924164
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-base/libxfce4ui')
-rw-r--r-- | xfce-base/libxfce4ui/libxfce4ui-4.19.4-r1.ebuild (renamed from xfce-base/libxfce4ui/libxfce4ui-4.19.4.ebuild) | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xfce-base/libxfce4ui/libxfce4ui-4.19.4.ebuild b/xfce-base/libxfce4ui/libxfce4ui-4.19.4-r1.ebuild index dbffe7a04a4a..843e101e985e 100644 --- a/xfce-base/libxfce4ui/libxfce4ui-4.19.4.ebuild +++ b/xfce-base/libxfce4ui/libxfce4ui-4.19.4-r1.ebuild @@ -66,6 +66,12 @@ src_configure() { use vala && vala_setup econf "${myconf[@]}" + + # force regen, workaround for: + # https://bugs.gentoo.org/924164 + # https://gitlab.xfce.org/xfce/libxfce4ui/-/merge_requests/113 + rm libxfce4ui/libxfce4ui.h || die + emake -C libxfce4ui libxfce4ui.h } src_install() { |