Skip to content

Commit 5359040

Browse files
committed
reintroduce automake and pgk-config and stuff
1 parent 9fee64d commit 5359040

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

libxml2-static/meta.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ build:
1212

1313
requirements:
1414
build:
15+
- autoconf # [osx]
1516
- automake # [osx]
17+
- libtool # [osx]
18+
- pkg-config # [osx]
1619
- {{ compiler('c') }}
1720
about:
1821
home: http://www.xmlsoft.org/

libxml2/meta.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ build:
1212

1313
requirements:
1414
build:
15+
- autoconf # [osx]
1516
- automake # [osx]
17+
- libtool # [osx]
18+
- pkg-config # [osx]
1619
- {{ compiler('c') }}
1720

1821
about:

0 commit comments

Comments
 (0)