{"id":1122,"url":"https://patchwork.libcamera.org/api/patches/1122/?format=json","web_url":"https://patchwork.libcamera.org/patch/1122/","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":"<20190428115700.21551-1-niklas.soderlund@ragnatech.se>","date":"2019-04-28T11:57:00","name":"[libcamera-devel] Documentation: Drop install directive for Doxyfile","commit_ref":"5caa8a971d3dc6bc1287c8c9dd932f6b64412cbc","pull_url":null,"state":"accepted","archived":false,"hash":"4b9ac8bc38aae9184c60d3b543ea1d09819d92c3","submitter":{"id":5,"url":"https://patchwork.libcamera.org/api/people/5/?format=json","name":"Niklas Söderlund","email":"niklas.soderlund@ragnatech.se"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/1122/mbox/","series":[{"id":279,"url":"https://patchwork.libcamera.org/api/series/279/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=279","date":"2019-04-28T11:57:00","name":"[libcamera-devel] Documentation: Drop install directive for Doxyfile","version":1,"mbox":"https://patchwork.libcamera.org/series/279/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/1122/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/1122/checks/","tags":{},"headers":{"Return-Path":"<niklas.soderlund@ragnatech.se>","Received":["from vsp-unauthed02.binero.net (vsp-unauthed02.binero.net\n\t[195.74.38.227])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id E3390600EC\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tSun, 28 Apr 2019 13:57:06 +0200 (CEST)","from wyvern.station (unknown [37.182.44.227])\n\tby bin-vsp-out-01.atm.binero.net (Halon) with ESMTPA\n\tid b91e1f34-69ac-11e9-8fa2-005056917a89;\n\tSun, 28 Apr 2019 13:57:01 +0200 (CEST)"],"X-Halon-ID":"b91e1f34-69ac-11e9-8fa2-005056917a89","Authorized-sender":"niklas@soderlund.pp.se","From":"=?utf-8?q?Niklas_S=C3=B6derlund?= <niklas.soderlund@ragnatech.se>","To":"libcamera-devel@lists.libcamera.org","Date":"Sun, 28 Apr 2019 13:57:00 +0200","Message-Id":"<20190428115700.21551-1-niklas.soderlund@ragnatech.se>","X-Mailer":"git-send-email 2.21.0","MIME-Version":"1.0","Content-Type":"text/plain; charset=UTF-8","Content-Transfer-Encoding":"8bit","Subject":"[libcamera-devel] [PATCH] Documentation: Drop install directive for\n\tDoxyfile","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":"Sun, 28 Apr 2019 11:57:07 -0000"},"content":"Building the documentation reports warnings,\n\nWARNING: Project targetting '>= 0.40' but tried to use feature introduced in '0.50.0': install arg in configure_file\nWARNING: Project specifies a minimum meson_version '>= 0.40' but uses features which were added in newer versions:\n * 0.50.0: {'install arg in configure_file'}\n\nDue to the usage of the directive configure_file { install: false } in\nDocumentation/meason.build which is introduced in meson 0.50. As we do\nnot wish to install the Doxyfile no install_dir is set so there is no\nneed to explicitly state that it should not be installed. Silence the\nwarning by dropping the install directive.\n\nFixes: 53c4d4c34fc49b95 (\"Documentation: Generate source code documentation using Doxygen\")\nSigned-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>\n---\n Documentation/meson.build | 3 +--\n 1 file changed, 1 insertion(+), 2 deletions(-)","diff":"diff --git a/Documentation/meson.build b/Documentation/meson.build\nindex 73da25b848cc0bf3..12a99307c741537e 100644\n--- a/Documentation/meson.build\n+++ b/Documentation/meson.build\n@@ -14,8 +14,7 @@ if doxygen.found()\n \n     doxyfile = configure_file(input: 'Doxyfile.in',\n                               output: 'Doxyfile',\n-                              configuration: cdata,\n-                              install: false)\n+                              configuration: cdata)\n \n     custom_target('doxygen',\n                   input: [\n","prefixes":["libcamera-devel"]}