summaryrefslogtreecommitdiff
path: root/recipes/libxml2.recipe
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2012-04-07 16:11:41 +0200
committerAndoni Morales Alastruey <ylatuya@gmail.com>2012-04-07 16:11:41 +0200
commit59411c6bec3ceee5d060feb9b2eb38e25ea02b53 (patch)
treedc5aafc33b423f93fd426e49e50b48c8db6c4127 /recipes/libxml2.recipe
parenta25a445fcb7af7b236b5a2f78bc0036d3f009eb5 (diff)
libxml2: add missing xmlint binary to the files list
Diffstat (limited to 'recipes/libxml2.recipe')
-rw-r--r--recipes/libxml2.recipe1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/libxml2.recipe b/recipes/libxml2.recipe
index 2c6c4363..cfd6db03 100644
--- a/recipes/libxml2.recipe
+++ b/recipes/libxml2.recipe
@@ -8,6 +8,7 @@ class Recipe(recipe.Recipe):
deps = [ 'zlib' ]
platform_deps = { Platform.WINDOWS: ['libiconv'] }
+ files_bin = ['xmlint']
files_libs = ['libxml2']
files_devel = ['include/libxml2', 'lib/xml2Conf.sh', 'bin/xml2-config',
'lib/pkgconfig/libxml-2.0.pc']