summaryrefslogtreecommitdiff
path: root/debian/control
blob: e79fc9430c9e5ef025e8598dae63037fc123caa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Source: waffle
Priority: optional
Section: libs
Maintainer: Jordan Justen <jordan.l.justen@intel.com>
Build-Depends: binutils (>> 2.18),
               cmake,
               debhelper (>= 9),
               docbook-xsl,
               libegl1-mesa-dev | libegl-dev,
               libgl1-mesa-dev | libgl-dev,
               libglu1-mesa-dev | libglu-dev,
               libgbm-dev,
               libwayland-dev,
               libx11-dev,
               pkg-config,
               xsltproc
Standards-Version: 3.9.5
Homepage: http://www.waffle-gl.org
Vcs-Git: git://github.com/waffle-gl/waffle
Vcs-Browser: https://github.com/waffle-gl/waffle

Package: libwaffle-1-0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Pre-Depends}, ${misc:Depends}
Description: Waffle library utilities
 A library for selecting an OpenGL API and window system at runtime

Package: libwaffle-dev
Architecture: any
Section: libdevel
Depends: libwaffle-1-0 (= ${binary:Version}), ${misc:Depends}
Suggests: libwaffle-doc
Description: Waffle library utilities
 A library for selecting an OpenGL API and window system at runtime
 .
 This package provides the development environment for compiling
 programs against the waffle library.

Package: libwaffle-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: Waffle library utilities
 A library for selecting an OpenGL API and window system at runtime
 .
 This package provides the documentation files for the waffle
 library.

Package: waffle-utils
Architecture: any
Section: utils
Depends: libwaffle-1-0 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: Waffle library utilities
 A library for selecting an OpenGL API and window system at runtime
 .
 This package contains waffle utilities.
 * wflinfo: Creates an OpenGL context and prints information about
            the created context.