[gnome-software/gnome-3-26] trivial: Fix the auto-launch of gnome-software when using the PackageKit interface



commit e51a8c4e79eb60f84f4e0de7f32bb4c2507ebff1
Author: Richard Hughes <richard hughsie com>
Date:   Fri Sep 8 10:29:34 2017 +0100

    trivial: Fix the auto-launch of gnome-software when using the PackageKit interface

 src/meson.build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/meson.build b/src/meson.build
index 4f2c5e9..a89ff31 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -266,7 +266,7 @@ if get_option('enable-packagekit')
     output : 'org.freedesktop.PackageKit.service',
     install: true,
     install_dir: join_paths(get_option('datadir'), 'dbus-1', 'services'),
-    configuration : conf
+    configuration : cdata
   )
 endif
 


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