mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-auth/libfprint: Add build dependency for 'introspection'
Add build time dependency to dev-libs/libgusb[introspection], when USE-Flag 'introspection' is active. [sam: unrevbumped as BDEPEND-only change] Signed-off-by: Burak Aktas <git@cyber-kaktus.de> Package-Manager: Portage-3.0.30, Repoman-3.0.3 Closes: https://github.com/gentoo/gentoo/pull/24349 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -31,7 +31,10 @@ DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
gtk-doc? ( dev-util/gtk-doc )
|
||||
introspection? ( dev-libs/gobject-introspection )
|
||||
introspection? (
|
||||
dev-libs/gobject-introspection
|
||||
dev-libs/libgusb[introspection]
|
||||
)
|
||||
"
|
||||
|
||||
PATCHES=( ${FILESDIR}/${PN}-0.8.2-fix-implicit-declaration.patch )
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -32,7 +32,10 @@ DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
gtk-doc? ( dev-util/gtk-doc )
|
||||
introspection? ( dev-libs/gobject-introspection )
|
||||
introspection? (
|
||||
dev-libs/gobject-introspection
|
||||
dev-libs/libgusb[introspection]
|
||||
)
|
||||
"
|
||||
|
||||
PATCHES=( ${FILESDIR}/${PN}-0.8.2-fix-implicit-declaration.patch )
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -32,7 +32,10 @@ DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
gtk-doc? ( dev-util/gtk-doc )
|
||||
introspection? ( dev-libs/gobject-introspection )
|
||||
introspection? (
|
||||
dev-libs/gobject-introspection
|
||||
dev-libs/libgusb[introspection]
|
||||
)
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
|
||||
@@ -32,7 +32,10 @@ DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
gtk-doc? ( dev-util/gtk-doc )
|
||||
introspection? ( dev-libs/gobject-introspection )
|
||||
introspection? (
|
||||
dev-libs/gobject-introspection
|
||||
dev-libs/libgusb[introspection]
|
||||
)
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
|
||||
@@ -35,7 +35,10 @@ DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
gtk-doc? ( dev-util/gtk-doc )
|
||||
introspection? ( dev-libs/gobject-introspection )
|
||||
introspection? (
|
||||
dev-libs/gobject-introspection
|
||||
dev-libs/libgusb[introspection]
|
||||
)
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
|
||||
Reference in New Issue
Block a user