Skip to content

Commit

Permalink
Merge pull request easybuilders#18301 from bedroge/libsigc++_disable_…
Browse files Browse the repository at this point in the history
…documentation

disable building documentation for libsigc++ 2.10.x
  • Loading branch information
branfosj authored Jul 14, 2023
2 parents ac97208 + 4607e19 commit f9a94ae
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ builddependencies = [
('Autotools', '20180311'),
]

configopts = "--disable-documentation"

sanity_check_paths = {
'files': ['lib/libsigc-2.0.%s' % SHLIB_EXT],
'dirs': [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ builddependencies = [
('Autotools', '20180311'),
]

configopts = "--disable-documentation"

sanity_check_paths = {
'files': ['lib/libsigc-2.0.%s' % SHLIB_EXT],
'dirs': [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ builddependencies = [
('Autotools', '20180311'),
]

configopts = "--disable-documentation"

sanity_check_paths = {
'files': ['lib/libsigc-%%(version_major)s.0.%s' % SHLIB_EXT],
'dirs': [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ builddependencies = [
]

preconfigopts = "./autogen.sh && "
configopts = "--disable-documentation"

sanity_check_paths = {
'files': ['lib/libsigc-%%(version_major)s.0.%s' % SHLIB_EXT],
Expand Down

0 comments on commit f9a94ae

Please sign in to comment.