Home
last modified time | relevance | path

Searched refs:weston (Results 1 – 25 of 60) sorted by relevance

123

/third_party/weston/man/
Dmeson.build12 input: 'weston.man',
13 output: 'weston.1',
19 input: 'weston-bindings.man',
20 output: 'weston-bindings.7',
26 input: 'weston-debug.man',
27 output: 'weston-debug.1',
33 input: 'weston.ini.man',
34 output: 'weston.ini.5',
41 input: 'weston-drm.man',
42 output: 'weston-drm.7',
[all …]
/third_party/weston/
Dweston.rc22 service weston /system/bin/weston -c /system/etc/weston.ini -B drm-backend.so --tty=1 --use-pixman
23 class weston
26 seclabel u:r:weston:s0
28 service hdi_weston /system/bin/weston -c /system/etc/weston.ini -B hdi-backend.so
29 class weston
32 seclabel u:r:weston:s0
40 export XDG_RUNTIME_DIR "/data/weston"
43 mkdir /data/weston
44 chmod 777 /data/weston
45 start weston
Dweston.cfg3 "name" : "services:weston",
5 "mkdir /data/weston",
10 "name" : "weston",
11 …"path" : ["/system/bin/weston", "-c", "/system/etc/weston.ini", "-B", "drm-backend.so", "--tty=1",…
14 "on-start" : "services:weston"
18 "path" : ["/system/bin/weston", "-c", "/system/etc/weston.ini", "-B", "hdi-backend.so"],
DREADME.md35 [hosted on freedesktop.org GitLab](https://gitlab.freedesktop.org/wayland/weston/).
57 $ git clone https://gitlab.freedesktop.org/wayland/weston.git
58 $ cd weston
80 For building the documentation see [weston-doc](#weston-doc).
85 Once Weston is installed, most users can simply run it by typing `weston`. This
91 Help is available by running `weston --help`, or `man weston`, which will list
94 `man weston.ini`.
98 situations, you can instead execute the `weston-launch` helper, which will gain
106 For documenting weston we use [sphinx](http://www.sphinx-doc.org/en/master/)
122 Although first time you build (and subsequently install) weston, you'll see the
[all …]
Dweston.ini.in33 path=@bindir@/weston-terminal
41 path=@bindir@/weston-flower
44 path=@libexecdir@/weston-keyboard
84 command=@bindir@/weston --backend=rdp-backend.so --shell=fullscreen-shell.so --no-clients-resize
DREADME.OpenSource3 "Name": "weston",
8 "Upstream URL": "https://wayland.freedesktop.org/releases/weston-9.0.0.tar.xz",
Dmeson.build1 project('weston', project
37 dir_module_weston = join_paths(dir_lib, 'weston')
106 config_h.set_quoted('PACKAGE_STRING', 'weston @0@'.format(version_weston))
110 config_h.set_quoted('PACKAGE_BUGREPORT', 'https://gitlab.freedesktop.org/wayland/weston/issues/')
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/simple-weston-client/
DCMakeLists.txt20 project (simple-weston-client)
58 OUTPUT weston-debug-client-protocol.h
60 < ${LIBWESTON_PROTOCOLS_PKGDATADIR}/weston-debug.xml
61 > ${CMAKE_CURRENT_BINARY_DIR}/weston-debug-client-protocol.h
62 DEPENDS ${LIBWESTON_PROTOCOLS_PKGDATADIR}/weston-debug.xml
66 OUTPUT weston-debug-server-protocol.h
68 < ${LIBWESTON_PROTOCOLS_PKGDATADIR}/weston-debug.xml
69 > ${CMAKE_CURRENT_BINARY_DIR}/weston-debug-server-protocol.h
70 DEPENDS ${LIBWESTON_PROTOCOLS_PKGDATADIR}/weston-debug.xml
74 OUTPUT weston-debug-protocol.c
[all …]
/third_party/weston/ivi-shell/
Dweston.ini.in6 ivi-shell-user-interface=weston-ivi-shell-user-interface
44 path=@bindir@/weston-flower
50 path=@bindir@/weston-clickdot
56 path=@bindir@/weston-simple-egl
62 path=@bindir@/weston-simple-shm
68 path=@bindir@/weston-smoke
74 path=@bindir@/weston-flower
80 path=@bindir@/weston-clickdot
86 path=@bindir@/weston-simple-egl
92 path=@bindir@/weston-simple-shm
[all …]
Dmeson.build28 install_headers('ivi-layout-export.h', subdir: 'weston')
55 ivi_test_config.set('westondatadir', join_paths(dir_data, 'weston'))
57 input: '../ivi-shell/weston.ini.in',
58 output: 'weston-ivi-test.ini',
DREADME56 shell protocol for weston-ivi-shell-user-interface client
61 - weston-ivi-shell-user-interface:
65 weston-desktop-shell.
69 same as weston. To disable, use option: --disable-ivi-shell for configure.
71 How to configure weston.ini:
75 same as weston. exec weston.
/third_party/weston/protocol/
Dmeson.build9 'weston-debug.xml',
10 'weston-direct-display.xml',
30 [ 'weston-debug', 'internal' ],
31 [ 'weston-desktop-shell', 'internal' ],
32 [ 'weston-screenshooter', 'internal' ],
33 [ 'weston-content-protection', 'internal' ],
34 [ 'weston-test', 'internal' ],
35 [ 'weston-touch-calibration', 'internal' ],
36 [ 'weston-direct-display', 'internal' ],
/third_party/weston/remoting/
DREADME7 weston.ini. See man weston-drm(7) for configuration details. This plugin is
12 weston is run, and keeps sending them until weston shuts down. The image stream
22 Set --enable-remoting=true when configuring weston. The remoting-plugin.so
26 How to configure weston.ini
28 See man weston-drm(7).
/third_party/weston/compositor/
Dmeson.build6 'weston-screenshooter.c',
46 'weston',
53 install_headers('weston.h', subdir: 'weston')
56 filebase: 'weston',
63 'pkglibexecdir=${libexecdir}/weston'
65 subdirs: 'weston'
69 'weston.desktop',
83 dep_libweston_private_h, # XXX: https://gitlab.freedesktop.org/wayland/weston/issues/292
184 input: '../weston.ini.in',
185 output: 'weston.ini',
/third_party/weston/clients/
Dmeson.build104 # weston-simple-im is handled specially separately due to install_dir and odd window.h usage
131 t_name = 'weston-simple-' + t.get('name')
158 'weston-simple-im', [
186 'weston-debug.c',
195 'weston-info.c',
226 'weston-@0@'.format(t.get('name')),
298 t_name = 'weston-' + t.get('basename')
320 'weston-keyboard',
331 env_modmap += 'weston-keyboard=@0@;'.format(exe_keyboard.full_path())
334 'weston-screenshooter',
[all …]
/third_party/weston/libweston/
Dmeson.build30 'weston-log-wayland.c',
31 'weston-log-file.c',
32 'weston-log-flight-rec.c',
33 'weston-log.c',
34 'weston-direct-display.c',
79 'weston-@0@'.format(libweston_major),
146 'launcher-weston-launch.c',
218 if get_option('weston-launch')
222 error('pam_open_session not found for weston-launch')
226 'weston-launch',
[all …]
/third_party/weston/doc/sphinx/toc/
Dkiosk-shell.rst7 ``app-ids=`` field in the corresponding output section in weston.ini. For
16 To run weston with kiosk-shell set ``shell=kiosk-shell.so`` in weston.ini, or
/third_party/weston/tests/
Dmeson.build2 'weston-test-desktop-shell',
3 'weston-test-desktop-shell.c',
9 env_modmap += 'weston-test-desktop-shell.so=@0@;'.format(plugin_test_shell_desktop.full_path())
13 'weston-test-runner.c',
29 'weston-test-client-helper.c',
30 'weston-test-fixture-compositor.c',
61 'weston-test.c',
269 …TSUITE_IVI_CONFIG_PATH', join_paths(meson.current_build_dir(), '../ivi-shell/weston-ivi-test.ini'))
/third_party/weston/doc/sphinx/toc/libweston/
Dlog.rst7 Logging in weston takes place through :func:`weston_log()` function, which
9 actually calling :func:`weston_log()`. In weston, the log handler makes use of
16 Management of the logging framework in weston happens under the
44 Available scopes in weston
92 - for the **'weston-debug'** protocol, which is private/hidden created whenever a
96 subscriber types above have their destroy counter-parts. `weston-debug`
120 weston uses a logger type of a subscriber for logging everyhing in the code
147 weston-debug protocol
150 Weston-debug protocol is only present in the weston compositor (i.e., a weston
178 ./weston-debug timeline > log.json
/third_party/weston/doc/sphinx/
Dconf.py.in23 project = u'weston'
55 breathe_projects = { "weston": "@BUILD_ROOT@/xml/" }
57 breathe_default_project = "weston"
122 htmlhelp_basename = 'weston'
149 (master_doc, 'weston.tex', u'Weston Documentation',
159 (master_doc, 'weston', u'Weston Documentation',
170 (master_doc, 'weston', u'Wweston Documentation',
/third_party/weston/wcap/
DREADME11 the cwd of the weston process. The file format is documented below
25 [krh@minato weston]$ wcap-snapshot capture.wcap
27 [krh@minato weston]$ wcap-snapshot capture.wcap 20
39 [krh@minato weston]$ wcap-decode --yuv4mpeg2 ../capture.wcap |
46 [krh@minato weston]$ wcap-decode ../capture.wcap --yuv4mpeg2 |
/third_party/wayland_standard/
DREADME20 The weston compositor is a reference implementation of a wayland
21 compositor and the weston repository also includes a few example
34 for wayland, weston, xwayland and various toolkits.
/third_party/weston/doc/doxygen/
Dtools_arch_old.gv38 …weston_test_client_helper [label = "{weston-test-client-helper.h/.c|Wayland tracking structs\lWest…
40 weston_test_c [label = "{weston-test.c|Extension protocol\nimplementation}"]
41 …weston_test_runner [label = "{weston-test-runner.h/.c|Test definition macros\lTest running functio…
Ddevtools.dox34 refined from the prior single weston/tests source folder.
38 The original 'tests' folder contained basic weston testing with an
46 The test code that is not weston-specific gets split out to a separate
/third_party/wayland-ivi-extension/ivi-id-agent-modules/ivi-id-agent/
DCMakeLists.txt26 pkg_check_modules(WESTON weston>=6.0.0 REQUIRED)
68 LIBRARY DESTINATION lib${LIB_SUFFIX}/weston

123