Re: Updating to newest sway, wlroots, and libdrm

2024-01-04 Thread Chris Waddey
Okay so I was able to get it to start on auto with the following diff (the xf86drm.h header has been established as already (sort of) merged, but I hadn't included the "renderD" change in my own tree): diff --git xf86drm.c xf86drm.c index 2e76f0ea..6d29184f 100644 --- xf86drm.c +++ xf86drm.c @@

Re: Updating to newest sway, wlroots, and libdrm

2024-01-04 Thread Chris Waddey
I forgot that I needed to add this diff. There is an "#ifdef __OpenBSD__" just above this and a comment that looks a bit dated in the latest drm code. diff --git xf86drm.c xf86drm.c index 2e76f0ea..7c4f5cf0 100644 --- xf86drm.c +++ xf86drm.c @@ -4585,6 +4585,7 @@ drm_public int

Re: Updating to newest sway, wlroots, and libdrm

2024-01-04 Thread Jonathan Gray
On Thu, Jan 04, 2024 at 11:07:56AM +0100, Matthieu Herrb wrote: > On Wed, Jan 03, 2024 at 07:52:56PM -0700, Chris Waddey wrote: > > Hello. > > Hi, > > > I was able to get the latest version of sway working on my box after > > getting the latest version of wlroots to work, which was after

Re: Updating to newest sway, wlroots, and libdrm

2024-01-04 Thread Matthieu Herrb
On Wed, Jan 03, 2024 at 07:52:56PM -0700, Chris Waddey wrote: > Hello. Hi, > I was able to get the latest version of sway working on my box after > getting the latest version of wlroots to work, which was after applying > the following patch to the latest version of libdrm (source obtained >

Updating to newest sway, wlroots, and libdrm

2024-01-03 Thread Chris Waddey
Hello. I was able to get the latest version of sway working on my box after getting the latest version of wlroots to work, which was after applying the following patch to the latest version of libdrm (source obtained from https://gitlab.freedesktop.org/mesa/drm.git). I don't know if we have some