Skip to content

Commit

Permalink
make sure we pick up EB's pkgconf
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Jun 25, 2024
1 parent 9ded330 commit 2a6befc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ builddependencies = [
('pkgconf', '1.8.0'),
]

preconfigopts = 'PKG_CONFIG=$EBROOTPKGCONF/bin/pkgconf'
configopts = "--with-gslib --with-x"

sanity_check_paths = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ builddependencies = [
('pkg-config', '0.29.2'),
]

preconfigopts = 'PKG_CONFIG=$EBROOTPKGCONF/bin/pkgconf'
configopts = "--with-gslib --with-x"

sanity_check_paths = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ builddependencies = [
('pkgconf', '1.9.3'),
]

preconfigopts = 'PKG_CONFIG=$EBROOTPKGCONF/bin/pkgconf'
configopts = "--with-gslib --with-x"

sanity_check_paths = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ dependencies = [
('FriBidi', '1.0.12'),
]

preconfigopts = 'PKG_CONFIG=$EBROOTPKGCONF/bin/pkgconf'
configopts = "--with-gslib --with-x"


Expand Down

0 comments on commit 2a6befc

Please sign in to comment.