Don't abort just because libosso failed to initialize
[glmemperf] / debian / control
1 Source: glmemperf
2 Section: graphics
3 Priority: extra
4 Maintainer: Sami Kyöstilä <sami.kyostila@nokia.com>
5 Build-Depends: debhelper (>= 5), autotools-dev, libosso-dev, libx11-dev, libxext-dev, libgles2-sgx-img-dev
6 Standards-Version: 3.7.2
7
8 Package: glmemperf
9 Architecture: any
10 Depends: glmemperf-data (>= 0.1), ${shlibs:Depends}, ${misc:Depends}
11 Description: A benchmark for measuring OpenGL ES 2.0 rendering performance
12  This benchmark aims to measure the texture memory bandwidth performance of an
13  OpenGL ES 2.0 implementation using a number of different texture storage
14  formats and methods.
15
16 Package: glmemperf-data
17 Architecture: any
18 Depends: ${shlibs:Depends}, ${misc:Depends}
19 Description: Data files for the GLMemPerf benchmark.
20  This package contains data files (images) used by the GLMemPerf performance
21  measurement application.