summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRegis Merlino <regis.merlino@intel.com>2013-06-04 11:43:28 +0200
committerRegis Merlino <regis.merlino@intel.com>2013-06-05 17:04:52 +0200
commit06d6102d052cc74d4110e22e190d5d18555f672e (patch)
tree7f74e52efeedfbd357518561addcb5c79767e3f8 /README
parent062d0e262866f8216e294acb4959a6c4e5d4d2a1 (diff)
downloaddleyna-server-06d6102d052cc74d4110e22e190d5d18555f672e.tar.gz
[Build] Install the .service file in $(datadir)/dbus-1/services
Port of commits: https://github.com/01org/dleyna-renderer/commit/d1c84c820ce180eabb57b83da3569a4de24c3ac4 https://github.com/01org/dleyna-renderer/commit/6981acf20cadec8a9c29e0096d16c2062d19a384 Calling `pkg-config --variable=session_bus_services_dir dbus-1` under JHBuild results in the system-installed dbus-1.pc being parsed and our .service file will be put under the /usr prefix instead of the JHBuild one. To avoid that, take $(datadir) in account and install it under $(datadir)/dbus-1/services by default like other packages do (eg. gvfs). For those with different needs a --with-dbus-service-dir configure flag is provided. Signed-off-by: Regis Merlino <regis.merlino@intel.com>
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 9dc48aa..5348c52 100644
--- a/README
+++ b/README
@@ -94,3 +94,8 @@ This option allows a prefix to be added to the SOUP session user agent.
For example, --with-ua-prefix=MyPrefix can be used to change a default user
agent string from "dLeyna/0.0.1 GUPnP/0.19.4 DLNADOC/1.50" to
"MyPrefix dLeyna/0.0.1 GUPnP/0.19.4 DLNADOC/1.50".
+
+--with-dbus-service-dir
+
+By default, the dbus service files are installed in $(datadir)/dbus-1/services.
+This option allows to choose another installation directory.