summaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* Update READMEHEADmasterRobert Dower2021-09-151-0/+11
|
* [Build] Install the .service file in $(datadir)/dbus-1/servicesRegis Merlino2013-06-051-0/+5
| | | | | | | | | | | | | | | | | | | | 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>
* [Build] Add autogen.sh script to call `autoreconf -i`Emanuele Aina2013-05-021-2/+1
| | | | | | | | | | | | Even when using autoreconf an autogen.sh script is usually expected, as it save users from needing to know which flags to pass to autoreconf (ie. '-i'). It is also usually responsible of launching autoreconf from the right directory, calling utilities like intltoolize and gtkdocize, checking out git submodules and running ./configure unless $NOCONFIGURE is set. Signed-off-by: Emanuele Aina <emanuele.aina@collabora.com>
* [Doc] add with-ua-prefix doc to READMEChristophe Guiraud2013-03-221-0/+7
| | | | | | | Add missing with-ua-prefix option doc to the README. Fix issue https://github.com/01org/dleyna-server/issues/37 Signed-off-by: Christophe Guiraud <christophe.guiraud@intel.com>
* [Readme] Fix a typoRegis Merlino2013-03-061-2/+3
| | | | Signed-off-by: Regis Merlino <regis.merlino@intel.com>
* [Init] Add initial source codeRegis Merlino2013-02-251-0/+89
Signed-off-by: Regis Merlino <regis.merlino@intel.com>