summaryrefslogtreecommitdiffstats
path: root/scripts/lib/recipetool/create_buildsys.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/recipetool/create_buildsys.py')
-rw-r--r--scripts/lib/recipetool/create_buildsys.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/recipetool/create_buildsys.py b/scripts/lib/recipetool/create_buildsys.py
index f784f9468a..0ad748ef02 100644
--- a/scripts/lib/recipetool/create_buildsys.py
+++ b/scripts/lib/recipetool/create_buildsys.py
@@ -570,7 +570,7 @@ class AutotoolsRecipeHandler(RecipeHandler):
570 elif keyword == 'AX_LIB_TAGLIB': 570 elif keyword == 'AX_LIB_TAGLIB':
571 deps.append('taglib') 571 deps.append('taglib')
572 elif keyword == 'AX_PKG_SWIG': 572 elif keyword == 'AX_PKG_SWIG':
573 deps.append('swig') 573 deps.append('swig-native')
574 elif keyword == 'AX_PROG_XSLTPROC': 574 elif keyword == 'AX_PROG_XSLTPROC':
575 deps.append('libxslt-native') 575 deps.append('libxslt-native')
576 elif keyword == 'AX_WITH_CURSES': 576 elif keyword == 'AX_WITH_CURSES':