[PATCH] dmx: Fix the build

2015-09-10 Thread Jon TURNEY
Hi Keith, Please consider applying to master. Thanks. From 72d52ec7959b0da09398f38ce077872e0ddc9a37 Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Fri, 1 May 2015 17:06:47 +0100 Subject: [PATCH] Build fix for DMX ./../dix/.libs/libdix.a(pixmap.o): In function `PixmapStartDirtyTracking': xo

[PATCH] dmx: Fix the build

2015-07-08 Thread Adam Jackson
Broken since: commit 4fd81823fafcd103e8d890f4c0f7c2f90e822336 Author: Dave Airlie Date: Tue Jun 30 14:54:42 2015 +1000 prime: add rotation support for offloaded outputs (v2) Signed-off-by: Adam Jackson --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-

Re: [PATCH] dmx: Fix the build

2015-09-10 Thread Keith Packard
Jon TURNEY writes: > ./../dix/.libs/libdix.a(pixmap.o): In function `PixmapStartDirtyTracking': > xorg/xserver/dix/pixmap.c:194: undefined reference to `RRTransformCompute' > > I'm not quite sure how 0db457b fixes this > > Move RANDR_LIB to after DIX_LIB, so the reference to RRTransformCompute in

Re: [PATCH] dmx: Fix the build

2015-07-08 Thread Dave Airlie
On 9 July 2015 at 05:57, Adam Jackson wrote: > Broken since: > > commit 4fd81823fafcd103e8d890f4c0f7c2f90e822336 > Author: Dave Airlie > Date: Tue Jun 30 14:54:42 2015 +1000 > > prime: add rotation support for offloaded outputs (v2) > > Signed-off-by: Adam Jackson tinderbo

Re: [PATCH] dmx: Fix the build

2015-08-28 Thread Jon TURNEY
On 09/07/2015 01:33, Dave Airlie wrote: On 9 July 2015 at 05:57, Adam Jackson wrote: Broken since: commit 4fd81823fafcd103e8d890f4c0f7c2f90e822336 Author: Dave Airlie Date: Tue Jun 30 14:54:42 2015 +1000 prime: add rotation support for offloaded outputs (v2) Signed

Re: [PATCH] dmx: Fix the build

2015-08-28 Thread Olivier Fourdan
Hi Jon, Yeap, the previous fix was working only when "--enable-dmx" wasn't set (default). When set, it would fail with the error you reported (I hit that just yesterday as well!) I can confirm your patch fixes the issue for me as well, you have my tested-by. Cheers, Olivier - Original