summaryrefslogtreecommitdiff
path: root/debian/control
blob: f7f41abf24738e1a1856fe4ac1695ae77c8a0b14 (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
Source: wayland-demos
Section: x11
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Uploaders: Cyril Brulebois <kibi@debian.org>
Build-Depends:
 debhelper (>= 8),
 dh-autoreconf,
 quilt,
 pkg-config,
 libwayland-dev,
 libegl1-mesa-dev,
 libgles2-mesa-dev,
 libpixman-1-dev,
 libpng12-dev,
 librsvg2-bin,
 libegl1-mesa-dev (>= 7.11~0),
 libegl1-mesa-drivers (>= 7.11~0),
Standards-Version: 3.9.2
Vcs-Git: git://git.debian.org/git/pkg-xorg/wayland/wayland-demos
Vcs-Browser: http://git.debian.org/?p=pkg-xorg/wayland/wayland-demos.git

Package: wayland-demos
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Description: sample compositor and demo clients for Wayland
 Wayland is a protocol for a compositor to talk to its clients as well
 as a C library implementation of that protocol. The compositor can be
 a standalone display server running on Linux kernel modesetting and
 evdev input devices, an X application, or a wayland client
 itself. The clients can be traditional applications, X servers
 (rootless or fullscreen) or other display servers.
 .
 This package contains a sample compositor and a few demo clients. All
 of them are to be considered as work in progress, and for demonstration
 purpose only.