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

Kieran Bingham kieran.bingham at ideasonboard.com
Mon Nov 26 15:01:09 CET 2018


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

-- 
2.17.1



More information about the libcamera-devel mailing list