Skip to content

Commit

Permalink
Also apply same fix as easybuilders#16570 in newer versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Neves-P committed Nov 30, 2023
1 parent eb100e5 commit c3f782b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ dependencies = [
('freetype', '2.12.1'),
]

preconfigopts = "./autogen.sh && "
# define $GTKDOCIZE to 'echo' as workaround for https://github.com/easybuilders/easybuild-easyconfigs/issues/16567
preconfigopts = "GTKDOCIZE=echo ./autogen.sh && "
configopts = "--enable-introspection=yes --with-gobject=yes --enable-static --enable-shared --with-cairo "

sanity_check_paths = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ dependencies = [
('freetype', '2.13.0'),
]

preconfigopts = "./autogen.sh && "
# define $GTKDOCIZE to 'echo' as workaround for https://github.com/easybuilders/easybuild-easyconfigs/issues/16567
preconfigopts = "GTKDOCIZE=echo ./autogen.sh && "
configopts = "--enable-introspection=yes --with-gobject=yes --enable-static --enable-shared --with-cairo "

sanity_check_paths = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ dependencies = [
('freetype', '2.13.2'),
]

preconfigopts = "./autogen.sh && "
# define $GTKDOCIZE to 'echo' as workaround for https://github.com/easybuilders/easybuild-easyconfigs/issues/16567
preconfigopts = "GTKDOCIZE=echo ./autogen.sh && ""
configopts = "--enable-introspection=yes --with-gobject=yes --enable-static --enable-shared --with-cairo "

sanity_check_paths = {
Expand Down

0 comments on commit c3f782b

Please sign in to comment.