motif: add pkgconfig dependency (#15736)

This commit is contained in:
Adam J. Stewart 2020-03-29 10:55:57 -05:00 committed by GitHub
parent cbcac72254
commit c3d0973c3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')