]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Make systemd-bsod not a public binary 28697/head
authorOMOJOLA JOSHUA <omojolajoshua@gmail.com>
Thu, 17 Aug 2023 13:12:31 +0000 (14:12 +0100)
committerOMOJOLA JOSHUA <omojolajoshua@gmail.com>
Thu, 17 Aug 2023 21:07:16 +0000 (22:07 +0100)
src/journal/meson.build

index 3412e273e51a153f95acb8533e1515e92206f874..6ee9df68ff41a19f5ca5c1a9730a4619d897b2eb 100644 (file)
@@ -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',