diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-03-01 19:34:50 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-03-01 19:34:50 +0200 |
commit | b6eec9d6a6ec2dac18a22b6368606d9b2e9aacce (patch) | |
tree | bf601465354c91ed9e10e731c8aa5bc8e77264ba /x11-wm | |
parent | x11-misc/py3status: version bump (diff) | |
download | gentoo-b6eec9d6a6ec2dac18a22b6368606d9b2e9aacce.tar.gz gentoo-b6eec9d6a6ec2dac18a22b6368606d9b2e9aacce.tar.bz2 gentoo-b6eec9d6a6ec2dac18a22b6368606d9b2e9aacce.zip |
x11-wm/mutter: temporary workaround for sysprof problem
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/mutter/mutter-3.34.4.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-wm/mutter/mutter-3.34.4.ebuild b/x11-wm/mutter/mutter-3.34.4.ebuild index b7a1e3cfc339..d7277a90b8c6 100644 --- a/x11-wm/mutter/mutter-3.34.4.ebuild +++ b/x11-wm/mutter/mutter-3.34.4.ebuild @@ -11,7 +11,7 @@ SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${PF}-patchset.tar.xz" LICENSE="GPL-2+" SLOT="0/5" # 0/libmutter_api_version - ONLY gnome-shell (or anything using mutter-clutter-<api_version>.pc) should use the subslot -IUSE="elogind input_devices_wacom +introspection screencast +sysprof systemd test udev wayland" +IUSE="elogind input_devices_wacom +introspection screencast sysprof systemd test udev wayland" # native backend requires gles3 for hybrid graphics blitting support, udev and a logind provider REQUIRED_USE=" wayland? ( ^^ ( elogind systemd ) udev ) @@ -77,8 +77,9 @@ RDEPEND="${DEPEND} " DEPEND="${DEPEND} x11-base/xorg-proto - sysprof? ( dev-util/sysprof-capture:3 ) -" + sysprof? ( dev-util/sysprof-capture:3 + dev-util/sysprof:0/3 ) +" # FIXME: only sysprof-capture should do, but a dbus interface file is needed # wayland bdepend for wayland-scanner, xorg-server for cvt utility BDEPEND=" dev-libs/wayland |