[libcamera-devel] [PATCH 2/2] ipa: raspberrypi: Remove libatomic from build dependencies

David Plowman david.plowman at raspberrypi.com
Mon Feb 8 10:40:36 CET 2021


With all the atomic variables removed from the Raspberry Pi control
algorithms, libatomic is no longer required.

Signed-off-by: David Plowman <david.plowman at raspberrypi.com>
---
 src/ipa/raspberrypi/meson.build | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/ipa/raspberrypi/meson.build b/src/ipa/raspberrypi/meson.build
index 9445cd09..4cdd0434 100644
--- a/src/ipa/raspberrypi/meson.build
+++ b/src/ipa/raspberrypi/meson.build
@@ -5,7 +5,6 @@ ipa_name = 'ipa_rpi'
 rpi_ipa_deps = [
     libcamera_dep,
     dependency('boost'),
-    libatomic,
 ]
 
 rpi_ipa_includes = [
-- 
2.20.1



More information about the libcamera-devel mailing list