From: OMOJOLA JOSHUA Date: Thu, 17 Aug 2023 13:12:31 +0000 (+0100) Subject: Make systemd-bsod not a public binary X-Git-Tag: v255-rc1~695^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F28697%2Fhead;p=thirdparty%2Fsystemd.git Make systemd-bsod not a public binary --- diff --git a/src/journal/meson.build b/src/journal/meson.build index 3412e273e51..6ee9df68ff4 100644 --- a/src/journal/meson.build +++ b/src/journal/meson.build @@ -72,6 +72,13 @@ executables += [ threads, ], }, + libexec_template + { + 'name' : 'systemd-bsod', + 'conditions' : ['HAVE_QRENCODE'], + 'sources' : files('bsod.c'), + 'link_with' : libshared, + 'dependencies' : libqrencode, + }, executable_template + { 'name' : 'systemd-cat', 'public' : true, @@ -95,14 +102,6 @@ executables += [ threads, ], }, - executable_template + { - 'name' : 'systemd-bsod', - 'conditions' : ['HAVE_QRENCODE'], - 'public' : true, - 'sources' : files('bsod.c'), - 'link_with' : libshared, - 'dependencies' : libqrencode, - }, journal_test_template + { 'sources' : files('test-journal-append.c'), 'type' : 'manual',