Re: [PATCH] ui: Link dbus-display with pixman again

2023-07-03 Thread Richard Henderson
On 7/3/23 11:21, Marc-André Lureau wrote: Hi On Sat, Jul 1, 2023 at 1:49 AM Philippe Mathieu-Daudé > wrote: Since its introduction in commit 142ca628a7 ("ui: add a D-Bus display backend"), dbus_display1 depends on pixman. Unfortunatly the refactor commit 1

Re: [PATCH] ui: Link dbus-display with pixman again

2023-07-03 Thread Marc-André Lureau
Hi On Sat, Jul 1, 2023 at 1:49 AM Philippe Mathieu-Daudé wrote: > Since its introduction in commit 142ca628a7 ("ui: add a D-Bus > display backend"), dbus_display1 depends on pixman. > Unfortunatly the refactor commit 1222070e77 ("meson: ensure > dbus-display generated code is built before other

[PATCH] ui: Link dbus-display with pixman again

2023-06-30 Thread Philippe Mathieu-Daudé
Since its introduction in commit 142ca628a7 ("ui: add a D-Bus display backend"), dbus_display1 depends on pixman. Unfortunatly the refactor commit 1222070e77 ("meson: ensure dbus-display generated code is built before other units") dropped that dependency. Recently commit 6cc5a6159a ("ui/dbus: win3