Skip to content

Commit

Permalink
gdb: add a dependency on pkgconfig (spack#43439)
Browse files Browse the repository at this point in the history
* gdb: add a dependency on pkgconfig
* Apply dependency for 13.1 and onwards

---------

Co-authored-by: jmcarcell <[email protected]>
  • Loading branch information
jmcarcell and jmcarcell authored Apr 2, 2024
1 parent 0e016ba commit 37d9770
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions var/spack/repos/builtin/packages/gdb/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:")
Expand Down

0 comments on commit 37d9770

Please sign in to comment.