[PATCH] configure.ac: fix have_dbus if dbus support is disabled

2018-03-14 Thread Michael Tretter
If dbus support is explicitly disabled, $have_dbus should be no, but was empty. systemd-login support depends on dbus, but the check does not trigger correctly, if $have_dbus is empty. Signed-off-by: Michael Tretter --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a

Re: [PATCH weston] configure.ac: fixup systemd/systemd-login detection

2018-03-15 Thread Michael Tretter
d > auto detection will trip when dbus is explicitly disabled. > > Using git show -w will make things easier to read ;-) > > Cc: Michael Tretter > Reported-by: Michael Tretter > Signed-off-by: Emil Velikov > --- > Michael, can you give t

Re: [PATCH weston v2] configure.ac: fixup systemd/systemd-login detection

2018-03-15 Thread Michael Tretter
d > auto detection will trip when dbus is explicitly disabled. > > Using git show -w will make things easier to read ;-) > > v2: auto disable systemd as dbus is missing > > Cc: Michael Tretter > Reported-by: Michael Tretter > Signed-off-by: Emil Velikov > --- &g

[PATCH 1/2] ivi-shell: fix path to weston-ivi-shell-user-interface

2018-05-23 Thread Michael Tretter
The weston-ivi-shell-user-interface is installed to libexecdir. The config already refers to weston-keyboard from libexecdir. Therefore, there is no reason to use abs_top_srcdir instead of libexecdir. Signed-off-by: Michael Tretter --- ivi-shell/weston.ini.in | 2 +- 1 file changed, 1 insertion

[PATCH 2/2] weston.ini.in: make config useful for installed Weston

2018-05-23 Thread Michael Tretter
remove "data" sub-directory in the weston.ini.in and add it when generating weston.ini. This allows to use the weston.ini.in for tests on the build system and as example in an installed system. Signed-off-by: Michael Tretter --- Makefile.am | 6 ++--- ivi-shell/weston.i

[PATCH 0/2] Cleanup weston.ini.in

2018-05-23 Thread Michael Tretter
ories), the weston.ini.in should use bindir and datadir, which can be replaced with arbitrary directories when generating the weston.ini and make the template useful for more systems. Michael Michael Tretter (2): ivi-shell: fix path to weston-ivi-shell-user-interface weston.ini.in: make c

Re: [PATCH 0/2] Cleanup weston.ini.in

2018-05-24 Thread Michael Tretter
t; Emre Ucan > > > -Original Message- > > From: wayland-devel [mailto:wayland-devel- > > boun...@lists.freedesktop.org] On Behalf Of Michael Tretter > > Sent: Mittwoch, 23. Mai 2018 10:35 > > To: wayland-devel@lists.freedesktop.org > > Cc: Michael Tre

Re: [PATCH weston] ivi-shell: use install paths in example config

2018-05-24 Thread Michael Tretter
o fix this problem. The main weston.ini.in still uses @abs_top_srcdir@. Shouldn't this be changed as well? > > Reported-by: Michael Tretter > Signed-off-by: Emre Ucan > --- > Makefile.am | 4 +--- > ivi-shell/weston.ini.in | 60 >

Re: [PATCH weston v2] ivi-shell: use install paths in example config

2018-05-24 Thread Michael Tretter
o fix this problem. > > v2 changes: > - use $(westondatadir) instead of $(datadir) > > Reported-by: Michael Tretter > Signed-off-by: Emre Ucan Reviewed-by: Michael Tretter Thanks Michael > --- > Makefile.am

Re: [PATCH weston v2] ivi-shell: use install paths in example config

2018-06-27 Thread Michael Tretter
Hi, On Fri, 25 May 2018 08:46:16 +0200, Michael Tretter wrote: > On Thu, 24 May 2018 17:08:47 +0200, Emre Ucan wrote: > > The example weston.ini file uses source and build > > directory paths. Therefore, it is only useful when > > used on the same system that is used to buil

Re: [PATCH weston v12 09/40] compositor-drm: Move repaint state application to flush

2017-11-10 Thread Michael Tretter
Hi Daniel, On Tue, 26 Sep 2017 18:15:42 +0100, Daniel Stone wrote: > Split repaint into two stages, as implied by the grouped-repaint > interface: drm_output_repaint generates the repaint state only, and > drm_repaint_flush applies it. > > This also moves DPMS into output state. Previously, the u

Re: [PATCH weston v12 36/40] compositor-drm: Add test-only mode to state application

2017-11-14 Thread Michael Tretter
Hi Daniel, On Tue, 26 Sep 2017 18:16:09 +0100, Daniel Stone wrote: > The atomic API can allow us to test state before we apply it, to see if > it will be valid. Add support for this, which we will later use in > assign_planes to ensure our plane configuration is valid. > > Signed-off-by: Daniel S

Re: Exploring the Need for a Standardized Window Management API within or alongside Wayland

2023-11-07 Thread Michael Tretter
On Fri, 03 Nov 2023 09:33:10 -0700, Wayne Sherman wrote: > Is a unified approach for window management in the Wayland ecosystem needed? > (i.e how can the end user or system designer control the size, > position, and layer of top level application windows). I certainly see the use cases and probab