mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
xfce-extra/xfce4-notifyd: Workaround stale DBUS_BINDING_TOOL check
Closes: https://bugs.gentoo.org/670244 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -27,6 +27,12 @@ DEPEND="${RDEPEND}
|
||||
sys-devel/gettext
|
||||
virtual/pkgconfig"
|
||||
|
||||
src_configure() {
|
||||
# DBUS_BINDING_TOOL is not used anymore
|
||||
# https://bugzilla.xfce.org/show_bug.cgi?id=14835
|
||||
econf DBUS_BINDING_TOOL=$(type -P false)
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
gnome2_icon_cache_update
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user