Gentoo Archives: gentoo-commits

From: Chi-Thanh Christopher Nguyen <chithanh@××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: dev-libs/weston/
Date: Thu, 30 Jan 2014 12:29:18
Message-Id: 1391084956.49fdfad49241c42271a731c870bc558910c2c2a7.chithead@gentoo
1 commit: 49fdfad49241c42271a731c870bc558910c2c2a7
2 Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 30 12:29:16 2014 +0000
4 Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
5 CommitDate: Thu Jan 30 12:29:16 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=49fdfad4
7
8 dev-libs/weston: sync metadata.xml with portage
9
10 ---
11 dev-libs/weston/metadata.xml | 29 ++++++++++++++++-------------
12 1 file changed, 16 insertions(+), 13 deletions(-)
13
14 diff --git a/dev-libs/weston/metadata.xml b/dev-libs/weston/metadata.xml
15 index 49c4cc9..0bf8f98 100644
16 --- a/dev-libs/weston/metadata.xml
17 +++ b/dev-libs/weston/metadata.xml
18 @@ -3,21 +3,24 @@
19 <pkgmetadata>
20 <herd>x11</herd>
21 <use>
22 - <flag name='colord'>Support color management using <pkg>x11-misc/colord</pkg></flag>
23 - <flag name='drm'>Enable DRM backend, uses Linux KMS for output and evdev devices for input.</flag>
24 + <flag name='clients'>Enable support for clients</flag>
25 + <flag name='colord'>Allow setting color managment</flag>
26 + <flag name='drm'>Enable drm compositor support</flag>
27 <flag name='editor'>Install wayland-editor example application</flag>
28 - <flag name='egl'>Enable EGL support.</flag>
29 - <flag name='fbdev'>Enable fbdev backend.</flag>
30 + <flag name='egl'>Enable egl acceleration</flag>
31 + <flag name='fbdev'>Enable fbdev compositor support</flag>
32 <flag name='gles2'>Use GLESv2 cairo instead of full GL</flag>
33 - <flag name='headless'>Enable headless backend and a noop renderer, mainly for testing purposes.</flag>
34 - <flag name='rdp'>Enable Remote Desktop Protocol compositor support.</flag>
35 - <flag name='resize-optimization'>Increase performance, allocate more RAM. Recommended to disable on Raspberry Pi.</flag>
36 - <flag name='rpi'>Raspberry Pi GPU support.</flag>
37 - <flag name='tablet'>Enable Tablet shell, a graphical user interface aimed for tablet-like devices, where usually the only input method is a touch screen.</flag>
38 - <flag name='unwind'>Use <pkg>sys-libs/libunwind</pkg> for backtraces.</flag>
39 + <flag name='headless'>Headless backend and a noop renderer, mainly for testing purposes</flag>
40 + <flag name='launch'>Install weston-launch utility</flag>
41 + <flag name='rdp'>Enable Remote Desktop Protocol compositor support</flag>
42 + <flag name='resize-optimization'>Increase performance, allocate more RAM. Recommended to disable on Raspberry Pi</flag>
43 + <flag name='rpi'>Raspberry Pi GPU support</flag>
44 + <flag name='simple-clients'>Enable simple-clients</flag>
45 + <flag name='tablet'>Enable interface for tablets</flag>
46 + <flag name='unwind'>Enable libunwind usage for backtraces</flag>
47 <flag name='view'>Install wayland-view example application</flag>
48 - <flag name='wayland-compositor'>Enable Wayland compositor for running Weston on another Wayland server, a different Weston instance, for example.</flag>
49 - <flag name='X'>Enable X11 backend, runs on an X server, each Weston output becomes an X window.</flag>
50 - <flag name='xwayland'>Enable XWayland, provides backwards compatibility to X applications in a Wayland stack, requires a special X.org server to be installed.</flag>
51 + <flag name='wayland-compositor'>Enable Wayland compositor support</flag>
52 + <flag name='x11'>Enable X11 compositor support</flag>
53 + <flag name='xwayland'>Enable ability support native X11 applications</flag>
54 </use>
55 </pkgmetadata>