Re: [RFC]: More robust build sys for UMR

2017-02-05 Thread Michel Dänzer
On 06/02/17 12:16 AM, StDenis, Tom wrote: > > $ pkg-config libdrm --cflags > -I/usr/include/libdrm > > So we could in theory include "drm.h" and then just add that to the head > of our CFLAGS. Make that , but yes, that's the correct way, not just in theory. :) -- Earthling Michel Dänzer

Re: [RFC]: More robust build sys for UMR

2017-02-05 Thread StDenis, Tom
; Sent: Sunday, February 5, 2017 11:11 To: StDenis, Tom; Edward O'Callaghan; amd-gfx@lists.freedesktop.org Subject: Re: [RFC]: More robust build sys for UMR Hey Tom, It's great to see umr make it to the public. I've given it a quick spin and it is pretty awesome, although I don't have muc

Re: [RFC]: More robust build sys for UMR

2017-02-05 Thread Andres Rodriguez
ack. Tom *From:* Edward O'Callaghan <funfunc...@folklore1984.net> *Sent:* Sunday, February 5, 2017 08:29 *To:* StDenis, Tom; amd-gfx@lists.freedesktop.org *Subject:* Re: [RFC]: More robust build sys for UMR On 02/05/2017 10:42 PM, StDenis, Tom wrote: Hi E

Re: [RFC]: More robust build sys for UMR

2017-02-05 Thread StDenis, Tom
rg> on behalf of StDenis, Tom <tom.stde...@amd.com> Sent: Sunday, February 5, 2017 09:55 To: Bas Nieuwenhuizen; amd-gfx@lists.freedesktop.org Subject: Re: [RFC]: More robust build sys for UMR Hi Bas, What would be a good way to work around the paths though? Is there a pkg config fo

Re: [RFC]: More robust build sys for UMR

2017-02-05 Thread Edward O'Callaghan
> > > *From:* Edward O'Callaghan <funfunc...@folklore1984.net> > *Sent:* Saturday, February 4, 2017 23:59 > *To:* amd-gfx@lists.freedesktop.org > *Cc:* StDenis, Tom > *Subject:* [RFC]: More robust build

Re: [RFC]: More robust build sys for UMR

2017-02-05 Thread Bas Nieuwenhuizen
(I'm not saying NAK I'm simply asking for my own edification). > > > Thanks, > Tom > > > > *From:* Edward O'Callaghan <funfunc...@folklore1984.net> *Sent:* > Saturday, February 4, 2017 23:59 *To:* amd-gfx@lists.freedesktop.org > *Cc:* StDenis, Tom

Re: [RFC]: More robust build sys for UMR

2017-02-05 Thread StDenis, Tom
(I'm not saying NAK I'm simply asking for my own edification). Thanks, Tom From: Edward O'Callaghan <funfunc...@folklore1984.net> Sent: Saturday, February 4, 2017 23:59 To: amd-gfx@lists.freedesktop.org Cc: StDenis, Tom Subject: [RFC]: More robust build s

[RFC]: More robust build sys for UMR

2017-02-04 Thread Edward O'Callaghan
Keeping with the tradition of changing the build system on initial release, here we go again.. This follow series introduces the cmake build system that is intended to be a little more robust across various distros and presumably the BSD's also. The installation prefix is configurable in the usual