summaryrefslogtreecommitdiff
path: root/recipes/libxtst.recipe
blob: b616170c7ea507e383a239736fa32a96cdafdf5a (plain)
1
2
3
4
5
6
7
8
9
# -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python

class Recipe(recipe.Recipe):
    name = 'libXtst'
    version = '1.1.0'
    # TODO - check license
    licenses = [License.MIT]
    use_system_libs = True
    configure_options = ' --disable-shared '