blob: 0bda6baa2f60684cf16e740ef3158fbcd55d8695 [file] [log] [blame]
Cyril Brulebois9dd488c2012-02-21 23:58:19 +01001Source: weston
2Section: x11
3Priority: optional
4Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
5Uploaders: Cyril Brulebois <kibi@debian.org>
6Build-Depends:
7 debhelper (>= 8),
8 quilt,
9 dh-autoreconf,
10 pkg-config,
11 libpixman-1-dev,
12 libpng-dev,
13 libjpeg-dev,
14 mesa-common-dev,
15 libegl1-mesa-dev (>= 8.0-2),
16 libegl1-mesa-drivers (>= 8.0-2),
17 libgles2-mesa-dev (>= 8.0-2),
18 libwayland-dev (>= 0.85),
19 libxcb1-dev,
20 libxcb-xfixes0-dev,
21 libx11-xcb-dev,
22 libx11-dev,
23 libudev-dev,
24 libgbm-dev,
25 libxkbcommon-dev,
26 libcairo2-dev,
27 libgdk-pixbuf2.0-dev,
28Standards-Version: 3.9.2
29Vcs-Git: git://git.debian.org/git/pkg-xorg/wayland/weston
30Vcs-Browser: http://git.debian.org/?p=pkg-xorg/wayland/weston.git
31
32Package: weston
33Architecture: linux-any
34Depends:
35 libegl1-mesa (>= 8.0-2),
36 libegl1-mesa-drivers (>= 8.0-2),
37 libgles2-mesa (>= 8.0-2),
38 ${shlibs:Depends},
39 ${misc:Depends},
40Description: reference implementation of a wayland compositor
41 Part of the Wayland project is also the Weston reference implementation
42 of a Wayland compositor. Weston can run as an X client or under Linux
43 KMS and ships with a few demo clients. The Weston compositor is a minimal
44 and fast compositor and is suitable for many embedded and mobile use
45 cases.