Skip to content
Snippets Groups Projects
Unverified Commit c3d0973c authored by Adam J. Stewart's avatar Adam J. Stewart Committed by GitHub
Browse files

motif: add pkgconfig dependency (#15736)

parent cbcac722
Branches
Tags
No related merge requests found
...@@ -33,6 +33,7 @@ class Motif(AutotoolsPackage): ...@@ -33,6 +33,7 @@ class Motif(AutotoolsPackage):
depends_on("autoconf", type="build") depends_on("autoconf", type="build")
depends_on("m4", type="build") depends_on("m4", type="build")
depends_on("libtool", type="build") depends_on("libtool", type="build")
depends_on("pkgconfig", type="build")
patch('add_xbitmaps_dependency.patch') patch('add_xbitmaps_dependency.patch')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment