gdb: add a dependency on pkgconfig (#43439)
* gdb: add a dependency on pkgconfig * Apply dependency for 13.1 and onwards --------- Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
This commit is contained in:
parent
0e016ba6f5
commit
37d9770e02
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ class Gdb(AutotoolsPackage, GNUMirrorPackage):
|
|||
depends_on("xz", when="+xz")
|
||||
depends_on("zlib-api")
|
||||
depends_on("zstd", when="@13.1:")
|
||||
depends_on("pkgconfig", type="build", when="@13.1:")
|
||||
depends_on("source-highlight", when="+source-highlight")
|
||||
depends_on("ncurses", when="+tui")
|
||||
depends_on("gmp", when="@11.1:")
|
||||
|
|
Loading…
Reference in a new issue