diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-12-09 16:51:43 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-12-09 16:51:58 +0200 |
commit | b9f03e393fa200d202b0462234ec59d155b9e4cf (patch) | |
tree | 7ad80e3d712f4130250990d9206b28b5db66efec /x11-libs/gtk+/gtk+-3.24.24.ebuild | |
parent | dev-libs/glib: add sysprof-capture to RDEPEND (diff) | |
download | gentoo-b9f03e393fa200d202b0462234ec59d155b9e4cf.tar.gz gentoo-b9f03e393fa200d202b0462234ec59d155b9e4cf.tar.bz2 gentoo-b9f03e393fa200d202b0462234ec59d155b9e4cf.zip |
x11-libs/gtk+: add sysprof-capture to RDEPEND
Due to a pkg-config limitation with Requires.private, it is
needed at build time for glib pkg-config package consumers.
Because we don't have a recursive DEPEND, we need to
workaround with not strictly correct RDEPEND+DEPEND.
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'x11-libs/gtk+/gtk+-3.24.24.ebuild')
-rw-r--r-- | x11-libs/gtk+/gtk+-3.24.24.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/gtk+/gtk+-3.24.24.ebuild b/x11-libs/gtk+/gtk+-3.24.24.ebuild index 7f419c9caecc..bb71f7877e63 100644 --- a/x11-libs/gtk+/gtk+-3.24.24.ebuild +++ b/x11-libs/gtk+/gtk+-3.24.24.ebuild @@ -44,6 +44,7 @@ COMMON_DEPEND=" colord? ( >=x11-misc/colord-0.1.9:0=[${MULTILIB_USEDEP}] ) cups? ( >=net-print/cups-2.0[${MULTILIB_USEDEP}] ) introspection? ( >=dev-libs/gobject-introspection-1.39:= ) + sysprof? ( >=dev-util/sysprof-capture-3.33.2:3 ) wayland? ( >=dev-libs/wayland-1.14.91[${MULTILIB_USEDEP}] >=dev-libs/wayland-protocols-1.17 @@ -76,7 +77,6 @@ DEPEND="${COMMON_DEPEND} app-text/docbook-xml-dtd:4.3 ) >=sys-devel/gettext-0.19.7[${MULTILIB_USEDEP}] virtual/pkgconfig - sysprof? ( >=dev-util/sysprof-capture-3.33.2:3 ) X? ( x11-base/xorg-proto ) test? ( media-fonts/font-misc-misc |