~widelands-dev/widelands/trunk

« back to all changes in this revision

Viewing changes to utils/build_deps.py

  • Committer: The Widelands Bunnybot
  • Date: 2021-12-30 20:11:15 UTC
  • Revision ID: bunnybot@widelands.org-20211230201115-636kyp607bco11an
Replace Boost::Asio → Asio (#5164)

Co-authored-by: Tóth András <txa-dev@posteo.hu>

(by Noordfrees)
7841615f6a955b941058acc5d9deb98e6e1b2dc0

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
 
72
72
 
73
73
__USES_INCLUDES = defaultdict(str)
74
 
__USES_INCLUDES['USES_BOOST_LIBRARIES'] = r'<boost\/asio\.hpp>'
75
74
__USES_INCLUDES['USES_OPENGL'] = r'(<glbinding\/\w+\.h>)|(<GL\/glew\.h>)'
76
75
__USES_INCLUDES['USES_ICU'] = r'<unicode\/.+\.h>'
77
76
__USES_INCLUDES['USES_INTL'] = r'"third_party\/gettext\/gettext\.h"'