1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-02-12 15:11:56 +00:00

build: update fdo links

We use "miracle" as project-name and for all links and tokens. The fancy
name stays "MiracleCast".

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
This commit is contained in:
David Herrmann 2014-02-15 14:10:25 +01:00
parent 15aa4eeece
commit 36da68594b
2 changed files with 7 additions and 7 deletions

6
README
View file

@ -13,13 +13,13 @@ external displays yourself. You can use it on your embedded devices or even on
full desktops to allow other systems to use your device as external display.
Website:
http://www.freedesktop.org/wiki/Software/miraclecast
http://www.freedesktop.org/wiki/Software/miracle
== Requirements ==
The MiracleCast projects requires the following software to be installed:
- libwfd: A stand-alone library implementing the Wifi-Display protocol.
http://www.freedesktop.org/wiki/Software/miraclecast/libwfd
http://www.freedesktop.org/wiki/Software/miracle/libwfd
required: >=libwfd-1
- systemd: A system management daemon. It is used for device-management
@ -41,7 +41,7 @@ Website:
== Download ==
Released tarballs can be found at:
http://www.freedesktop.org/software/miraclecast/releases
http://www.freedesktop.org/software/miracle/releases
== Install ==

View file

@ -5,11 +5,11 @@
AC_PREREQ(2.68)
AC_INIT([miraclecast],
AC_INIT([miracle],
[1],
[http://www.freedesktop.org/wiki/Software/miraclecast],
[miraclecast],
[http://www.freedesktop.org/wiki/Software/miraclecast])
[http://www.freedesktop.org/wiki/Software/miracle],
[miracle],
[http://www.freedesktop.org/wiki/Software/miracle])
AC_CONFIG_SRCDIR([src/miraclectl.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])