diff options
| author | 2024-10-05 19:04:10 -0400 | |
|---|---|---|
| committer | 2024-10-05 19:04:10 -0400 | |
| commit | c682feffb0a6cde943687587721f2603b3846ceb (patch) | |
| tree | 5a99ca31862619502a218e772e4d8ad1eae2db01 /subprojects/packagefiles | |
| parent | 2e136aa341fead57ee60ad8f1718cb9584baa03b (diff) | |
| download | libalabaster-c682feffb0a6cde943687587721f2603b3846ceb.tar.gz libalabaster-c682feffb0a6cde943687587721f2603b3846ceb.tar.bz2 libalabaster-c682feffb0a6cde943687587721f2603b3846ceb.zip | |
atomic: Rely on wrapping for al_inc_u16()
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'subprojects/packagefiles')
| -rw-r--r-- | subprojects/packagefiles/liblfds/meson.build | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/subprojects/packagefiles/liblfds/meson.build b/subprojects/packagefiles/liblfds/meson.build deleted file mode 100644 index 2428817..0000000 --- a/subprojects/packagefiles/liblfds/meson.build +++ /dev/null @@ -1,11 +0,0 @@ -project('liblfds', 'c', version: '7.1.1') - -liblfds_src = [ - 'liblfds711/src/lfds711_queue_bounded_manyproducer_manyconsumer/lfds711_queue_bounded_manyproducer_manyconsumer_cleanup.c', - 'liblfds711/src/lfds711_queue_bounded_manyproducer_manyconsumer/lfds711_queue_bounded_manyproducer_manyconsumer_dequeue.c', - 'liblfds711/src/lfds711_queue_bounded_manyproducer_manyconsumer/lfds711_queue_bounded_manyproducer_manyconsumer_enqueue.c', - 'liblfds711/src/lfds711_queue_bounded_manyproducer_manyconsumer/lfds711_queue_bounded_manyproducer_manyconsumer_init.c', - 'liblfds711/src/lfds711_queue_bounded_manyproducer_manyconsumer/lfds711_queue_bounded_manyproducer_manyconsumer_query.c', - 'liblfds711/src/lfds711_misc/lfds711_misc_internal_backoff_init.c' -] -liblfds = declare_dependency(sources: liblfds_src, include_directories: include_directories('./liblfds711/inc')) |