From 78226867526644f95be751bde15be2422ca453a0 Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Tue, 31 Dec 2024 14:56:53 -0600 Subject: [PATCH] dbus: remove a duplicate ninja command --- chapter08/dbus.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chapter08/dbus.xml b/chapter08/dbus.xml index 02bc434cb..086b30b93 100644 --- a/chapter08/dbus.xml +++ b/chapter08/dbus.xml @@ -51,8 +51,7 @@ mkdir build cd build -meson setup --prefix=/usr --buildtype=release --wrap-mode=nofallback .. -ninja +meson setup --prefix=/usr --buildtype=release --wrap-mode=nofallback .. The meaning of the meson options: