diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-03-29 07:22:47 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-04-14 02:03:30 +0300 |
commit | ebd0cae455ef1605a39b00dec79770f3d52de88f (patch) | |
tree | 213123fdf13ebb2e6b12a25e45af5badde67a46f /src/ipa/vimc/meson.build | |
parent | eab143ee69064092b6bb47297022efa80f47c120 (diff) |
libcamera: ipa: Remove IPAModuleInfo license field
The IPAModuleInfo license field isn't needed anymore now that modules
are cryptographically signed. Remove it.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Diffstat (limited to 'src/ipa/vimc/meson.build')
-rw-r--r-- | src/ipa/vimc/meson.build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ipa/vimc/meson.build b/src/ipa/vimc/meson.build index 3097a12f..3c932aa7 100644 --- a/src/ipa/vimc/meson.build +++ b/src/ipa/vimc/meson.build @@ -7,8 +7,7 @@ mod = shared_module(ipa_name, dependencies : libcamera_dep, link_with : libipa, install : true, - install_dir : ipa_install_dir, - cpp_args : '-DLICENSE="LGPL-2.1-or-later"') + install_dir : ipa_install_dir) custom_target(ipa_name + '.so.sign', input : mod, |