summaryrefslogtreecommitdiff
path: root/recipes/cogl.recipe
blob: 09c0cfcdea3f2bf7800f08ee65b1d340e56602d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python

class Recipe(recipe.Recipe):
    name = 'cogl'
    version = '1.8.2'
    configure_options = "--disable-introspection "
    use_system_libs = True
    deps = [ 'gdk-pixbuf' ]
    license = 'LGPLv2.1'

    files_libs = ['libcogl', 'libcogl-pango']
    files_devel = [
        'lib/pkgconfig/cogl-gl-1.0.pc',
        'lib/pkgconfig/cogl-1.0.pc',
        'lib/pkgconfig/cogl-pango-1.0.pc',
        'include/cogl',
        ]
    files_lang = ['cogl']