motif: add pkgconfig dependency (#15736)
This commit is contained in:
parent
cbcac72254
commit
c3d0973c3e
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ class Motif(AutotoolsPackage):
|
|||
depends_on("autoconf", type="build")
|
||||
depends_on("m4", type="build")
|
||||
depends_on("libtool", type="build")
|
||||
depends_on("pkgconfig", type="build")
|
||||
|
||||
patch('add_xbitmaps_dependency.patch')
|
||||
|
||||
|
|
Loading…
Reference in a new issue