diff options
author | Manuel Bachmann <manuel.bachmann@open.eurogiciel.org> | 2014-05-20 13:49:34 +0200 |
---|---|---|
committer | Manuel Bachmann <manuel.bachmann@open.eurogiciel.org> | 2014-05-20 13:49:34 +0200 |
commit | ea380956ee45d68bf1c13c73843f1f07e693960e (patch) | |
tree | 5cd9a6098485d5746d15c044f24a6defd48a306c | |
parent | a6ac09dd1cc5b7547ff75fbe993f878aeb8920b4 (diff) | |
download | weston-ea380956ee45d68bf1c13c73843f1f07e693960e.tar.gz weston-ea380956ee45d68bf1c13c73843f1f07e693960e.tar.bz2 weston-ea380956ee45d68bf1c13c73843f1f07e693960e.zip |
packaging: fix the RDP backend build
Add manifest file, correct small typos.
Change-Id: I3d1e088ed2aca9b64a9dd9b24d9e5296d38c0bdb
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
-rw-r--r-- | packaging/weston-rdp.manifest | 5 | ||||
-rw-r--r-- | packaging/weston-rdp.spec | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/packaging/weston-rdp.manifest b/packaging/weston-rdp.manifest new file mode 100644 index 00000000..017d22d3 --- /dev/null +++ b/packaging/weston-rdp.manifest @@ -0,0 +1,5 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> diff --git a/packaging/weston-rdp.spec b/packaging/weston-rdp.spec index ad5993c7..a3c2a329 100644 --- a/packaging/weston-rdp.spec +++ b/packaging/weston-rdp.spec @@ -3,14 +3,14 @@ Name: weston-rdp Version: 1.4.0 Release: 0 -Summary: RDP compositor for Weston +Summary: RDP compositor for Weston License: MIT Group: Graphics & UI Framework/Wayland Window System Url: http://weston.freedesktop.org/ #Git-Clone: git://anongit.freedesktop.org/wayland/weston #Git-Web: http://cgit.freedesktop.org/wayland/weston/ -Source0: %name-%version.tar.xz +Source0: weston-%version.tar.xz Source1: weston-rdp.manifest BuildRequires: autoconf >= 2.64, automake >= 1.11 BuildRequires: expat-devel |