[gnome-desktop/wip/smcv/riscv64-seccomp: 35/35] Use libseccomp on linux-riscv64 now that's available




commit e9ff055217af1de2467b0fc3b5036e24e0d77161
Author: Laurent Bigonville <bigon debian org>
Date:   Mon Mar 16 12:31:59 2020 +0100

    Use libseccomp on linux-riscv64 now that's available
    
    This reverts commit f8916f70.
    
    On riscv64, this requires libseccomp 2.5.0, or an older version with a
    backported patch (for example Debian packages >= 2.4.3-1).

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 43295f03..2e154fa3 100644
--- a/meson.build
+++ b/meson.build
@@ -57,7 +57,7 @@ udev_dep = dependency('libudev', required: get_option('udev'))
 host_os = host_machine.system()
 host_cpu = host_machine.cpu()
 supported_os = ['linux']
-unsupported_cpus = ['alpha', 'ia64', 'm68k', 'riscv64', 'sh4', 'sparc', 'sparc64']
+unsupported_cpus = ['alpha', 'ia64', 'm68k', 'sh4', 'sparc', 'sparc64']
 if supported_os.contains(host_os) and not unsupported_cpus.contains(host_cpu)
   seccomp_dep = dependency('libseccomp')
 else


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]