{"id":15,"url":"https://patchwork.libcamera.org/api/patches/15/?format=json","web_url":"https://patchwork.libcamera.org/patch/15/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/projects/1/?format=json","name":"libcamera","link_name":"libcamera","list_id":"libcamera_core","list_email":"libcamera-devel@lists.libcamera.org","web_url":"","scm_url":"","webscm_url":""},"msgid":"<20181126140111.13255-2-kieran.bingham@ideasonboard.com>","date":"2018-11-26T14:01:10","name":"[libcamera-devel,1/2] lib: Include library in the install target","commit_ref":null,"pull_url":null,"state":"accepted","archived":false,"hash":"c99185a8884140bc291bc041124c9eefde95f523","submitter":{"id":4,"url":"https://patchwork.libcamera.org/api/people/4/?format=json","name":"Kieran Bingham","email":"kieran.bingham@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/15/mbox/","series":[{"id":7,"url":"https://patchwork.libcamera.org/api/series/7/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=7","date":"2018-11-26T14:01:09","name":"library install targets","version":1,"mbox":"https://patchwork.libcamera.org/series/7/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/15/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/15/checks/","tags":{},"headers":{"Return-Path":"<kieran.bingham@ideasonboard.com>","Received":["from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id B307F60004\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 26 Nov 2018 15:01:17 +0100 (CET)","from localhost.localdomain\n\t(cpc89242-aztw30-2-0-cust488.18-1.cable.virginm.net [86.31.129.233])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 3701AE00;\n\tMon, 26 Nov 2018 15:01:17 +0100 (CET)"],"DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1543240877;\n\tbh=QWwelBs69pNpLCCMom0eugYV5gMlx5aEuyAl1UfzsW0=;\n\th=From:To:Cc:Subject:Date:In-Reply-To:References:From;\n\tb=G7ieeMugaQB+O2tvj84+UK1x47hvLUdTZqDPMcvyApPnwmwvIjaV8Nmm/kZvyubQW\n\t8ksZRn3C7UMefcE2NdNr3Ed00sdiixVRpF4e3knfR4zWBAf9DCAwHb4ubZVFM50ciA\n\t2Lu3TID6JfTPZQjSXpOGp61gswnrqmy/1L2p0MTo=","From":"Kieran Bingham <kieran.bingham@ideasonboard.com>","To":"LibCamera Devel <libcamera-devel@lists.libcamera.org>","Date":"Mon, 26 Nov 2018 14:01:10 +0000","Message-Id":"<20181126140111.13255-2-kieran.bingham@ideasonboard.com>","X-Mailer":"git-send-email 2.17.1","In-Reply-To":"<20181126140111.13255-1-kieran.bingham@ideasonboard.com>","References":"<20181126140111.13255-1-kieran.bingham@ideasonboard.com>","Subject":"[libcamera-devel] [PATCH 1/2] lib: Include library in the install\n\ttarget","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.23","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","X-List-Received-Date":"Mon, 26 Nov 2018 14:01:17 -0000"},"content":"The shared library build target does not install the library when 'ninja\ninstall' is executed.\n\nFlag it as an installable item.\n\nSigned-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>\n---\n lib/meson.build | 1 +\n 1 file changed, 1 insertion(+)","diff":"diff --git a/lib/meson.build b/lib/meson.build\nindex 37876cee48ff..eee99b7525ce 100644\n--- a/lib/meson.build\n+++ b/lib/meson.build\n@@ -2,4 +2,5 @@ sources = ['main.cpp']\n \n libcamera = shared_library('camera',\n \t\t\t   sources,\n+\t\t\t   install : true,\n \t\t\t   include_directories : inc)\n","prefixes":["libcamera-devel","1/2"]}