~ubuntu-branches/ubuntu/trusty/cogl/trusty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Sjoerd Simons
  • Date: 2012-06-20 13:49:02 UTC
  • mfrom: (2.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20120620134902-4fbv9zyi3lzok5yg
Tags: 1.10.2-4
* debian/patches/03_select_default_renderer_driver.patch:
  + Added. Allow the default renderer driver to be selected at configure time
* Build both GL and GLESv2 renderer support on all platforms, default to
  GLESv2 on ARM and to GL on everything else.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
               cdbs (>= 0.4.93~),
13
13
               gnome-pkg-tools,
14
14
               gtk-doc-tools (>= 1.13),
15
 
               libgl1-mesa-dev (>= 7.1~rc3-1~) [!armel !armhf],
16
 
               libgles2-mesa-dev (>= 7.1~rc3-1~) [armel armhf] | libgles2-dev [armel armhf],
 
15
               libgl1-mesa-dev (>= 7.1~rc3-1~),
 
16
               libgles2-mesa-dev (>= 7.1~rc3-1~) | libgles2-dev,
17
17
               libcairo2-dev (>= 1.10),
18
18
               libpango1.0-dev (>= 1.28.3-5),
19
19
               libgdk-pixbuf2.0-dev (>= 2.0),
31
31
Architecture: any
32
32
Depends: ${shlibs:Depends},
33
33
         ${misc:Depends},
 
34
         libgl1-mesa-glx [!armel !armhf ],
 
35
         libgles2-mesa [armel armhf] | libgles2 [armel armhf]
34
36
Recommends: libcogl-common
 
37
Suggests: libgles2-mesa | libgles2, libgl1-mesa-glx
35
38
Pre-Depends: ${misc:Pre-Depends}
36
39
Multi-Arch: same
37
40
Description: Object oriented GL/GLES Abstraction/Utility Layer