Re: [PATCH modular] build.sh: add presentproto, dri3proto, and libxshmfence

2013-11-02 Thread Keith Packard
Aaron Plattner aplatt...@nvidia.com writes: On 11/01/2013 04:49 PM, Gaetan Nadon wrote: On 13-11-01 05:52 PM, Aaron Plattner wrote: I'll try to put together some patches for this, though I'm not too familiar with these modules or the state of the art in autotools incantations. Thanks,

[PATCH modular] build.sh: add presentproto, dri3proto, and libxshmfence

2013-11-01 Thread Aaron Plattner
These new packages are needed by xserver. Signed-off-by: Aaron Plattner aplatt...@nvidia.com --- build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sh b/build.sh index cf71f9e..4def1d0 100755 --- a/build.sh +++ b/build.sh @@ -823,11 +823,13 @@ build_proto() { build proto

Re: [PATCH modular] build.sh: add presentproto, dri3proto, and libxshmfence

2013-11-01 Thread Gaetan Nadon
On 13-11-01 01:56 PM, Aaron Plattner wrote: These new packages are needed by xserver. Signed-off-by: Aaron Plattner aplatt...@nvidia.com --- build.sh | 3 +++ 1 file changed, 3 insertions(+) I am out of context here, but these looks like prototypes from a packaging point of view. Could you

Re: [PATCH modular] build.sh: add presentproto, dri3proto, and libxshmfence

2013-11-01 Thread Matt Turner
On Fri, Nov 1, 2013 at 1:37 PM, Gaetan Nadon mems...@videotron.ca wrote: I am out of context here, but these looks like prototypes from a packaging point of view. Could you bring them up to spec? Any other xorg protos and libs can be used to copy and fix up. Otherwise it would take dozens of

Re: [PATCH modular] build.sh: add presentproto, dri3proto, and libxshmfence

2013-11-01 Thread Aaron Plattner
On 11/01/2013 01:37 PM, Gaetan Nadon wrote: On 13-11-01 01:56 PM, Aaron Plattner wrote: These new packages are needed by xserver. Signed-off-by: Aaron Plattneraplatt...@nvidia.com --- build.sh | 3 +++ 1 file changed, 3 insertions(+) I am out of context here, but these looks like

Re: [PATCH modular] build.sh: add presentproto, dri3proto, and libxshmfence

2013-11-01 Thread Gaetan Nadon
On 13-11-01 01:56 PM, Aaron Plattner wrote: These new packages are needed by xserver. Signed-off-by: Aaron Plattner aplatt...@nvidia.com Reviewed-by: Gaetan Nadon mems...@videotron.ca ___ xorg-devel@lists.x.org: X.Org development Archives:

Re: [PATCH modular] build.sh: add presentproto, dri3proto, and libxshmfence

2013-11-01 Thread Gaetan Nadon
On 13-11-01 05:52 PM, Aaron Plattner wrote: I'll try to put together some patches for this, though I'm not too familiar with these modules or the state of the art in autotools incantations. Thanks, that's a lot better. I appreciate very much. ___

Re: [PATCH modular] build.sh: add presentproto, dri3proto, and libxshmfence

2013-11-01 Thread Aaron Plattner
On 11/01/2013 04:49 PM, Gaetan Nadon wrote: On 13-11-01 05:52 PM, Aaron Plattner wrote: I'll try to put together some patches for this, though I'm not too familiar with these modules or the state of the art in autotools incantations. Thanks, that's a lot better. I appreciate very much.