[libcamera-devel,0/2] library install targets

Message ID 20181126140111.13255-1-kieran.bingham@ideasonboard.com
Headers show
Series
  • library install targets
Related show

Message

Kieran Bingham Nov. 26, 2018, 2:01 p.m. UTC
The initial framework doesn't install the library when the builder
invokes 'ninja install'. Fix this and update the installation of
headers.

Kieran Bingham (2):
  lib: Include library in the install target
  include: Install include files

 include/{ => libcamera}/libcamera.h | 0
 include/libcamera/meson.build       | 6 ++++++
 include/meson.build                 | 1 +
 lib/meson.build                     | 1 +
 meson.build                         | 1 +
 test/init.cpp                       | 2 +-
 6 files changed, 10 insertions(+), 1 deletion(-)
 rename include/{ => libcamera}/libcamera.h (100%)
 create mode 100644 include/libcamera/meson.build
 create mode 100644 include/meson.build

Comments

Niklas Söderlund Nov. 26, 2018, 4:18 p.m. UTC | #1
Hi Kieran,

Nice work.

On 2018-11-26 14:01:09 +0000, Kieran Bingham wrote:
> The initial framework doesn't install the library when the builder
> invokes 'ninja install'. Fix this and update the installation of
> headers.

For the whole series:

Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>

> 
> Kieran Bingham (2):
>   lib: Include library in the install target
>   include: Install include files
> 
>  include/{ => libcamera}/libcamera.h | 0
>  include/libcamera/meson.build       | 6 ++++++
>  include/meson.build                 | 1 +
>  lib/meson.build                     | 1 +
>  meson.build                         | 1 +
>  test/init.cpp                       | 2 +-
>  6 files changed, 10 insertions(+), 1 deletion(-)
>  rename include/{ => libcamera}/libcamera.h (100%)
>  create mode 100644 include/libcamera/meson.build
>  create mode 100644 include/meson.build
> 
> -- 
> 2.17.1
> 
> _______________________________________________
> libcamera-devel mailing list
> libcamera-devel@lists.libcamera.org
> https://lists.libcamera.org/listinfo/libcamera-devel