RE: [PATCH] Install header files and pkg-config file for external modules

2013-02-22 Thread Eoff, Ullysses A
>-Original Message- >From: Kristian Høgsberg [mailto:hoegsb...@gmail.com] >Sent: Friday, February 22, 2013 9:38 AM >To: Eoff, Ullysses A >Cc: David Herrmann; wayland-devel@lists.freedesktop.org >Subject: Re: [PATCH] Install header files and pkg-config file for external

RE: [PATCH] Install header files and pkg-config file for external modules

2013-02-22 Thread Eoff, Ullysses A
>-Original Message- >From: Kristian Høgsberg [mailto:hoegsb...@gmail.com] >Sent: Friday, February 22, 2013 9:38 AM >To: Eoff, Ullysses A >Cc: David Herrmann; wayland-devel@lists.freedesktop.org >Subject: Re: [PATCH] Install header files and pkg-config file for external

Re: [PATCH] Install header files and pkg-config file for external modules

2013-02-22 Thread Kristian Høgsberg
[mailto:wayland- >>devel-bounces+ullysses.a.eoff=intel@lists.freedesktop.org] On Behalf >>Of Kristian Høgsberg >>Sent: Monday, February 18, 2013 12:26 PM >>To: David Herrmann >>Cc: Kristian Høgsberg; wayland-devel@lists.freedesktop.org >>Subject: Re: [PATCH] Ins

RE: [PATCH] Install header files and pkg-config file for external modules

2013-02-22 Thread Eoff, Ullysses A
g >Sent: Monday, February 18, 2013 12:26 PM >To: David Herrmann >Cc: Kristian Høgsberg; wayland-devel@lists.freedesktop.org >Subject: Re: [PATCH] Install header files and pkg-config file for external >modules > >On Sat, Feb 16, 2013 at 10:59:56PM +0100, David Herrmann wrote: &

Re: [PATCH] Install header files and pkg-config file for external modules

2013-02-18 Thread Kristian Høgsberg
On Sat, Feb 16, 2013 at 10:59:56PM +0100, David Herrmann wrote: > Hi Kristian > > Just some random comments: > > On Sat, Feb 16, 2013 at 2:53 AM, Kristian Høgsberg wrote: > > This patch installs the three header files that define the compositor > > plugin interface as well as a pkg-config file.

Re: [PATCH] Install header files and pkg-config file for external modules

2013-02-16 Thread David Herrmann
Hi Kristian Just some random comments: On Sat, Feb 16, 2013 at 2:53 AM, Kristian Høgsberg wrote: > This patch installs the three header files that define the compositor > plugin interface as well as a pkg-config file. This allows > building weston plugins outside the weston tree. We currently

Re: [PATCH] Install header files and pkg-config file for external modules

2013-02-16 Thread Pekka Paalanen
On Fri, 15 Feb 2013 20:53:45 -0500 Kristian Høgsberg wrote: > This patch installs the three header files that define the compositor > plugin interface as well as a pkg-config file. This allows > building weston plugins outside the weston tree. We currently don't make > any guarantees about the

[PATCH] Install header files and pkg-config file for external modules

2013-02-15 Thread Kristian Høgsberg
This patch installs the three header files that define the compositor plugin interface as well as a pkg-config file. This allows building weston plugins outside the weston tree. We currently don't make any guarantees about the plugin API/ABI except that within a stable branch we won't break it. -