diff options
author | Manuel Bachmann <manuel.bachmann@open.eurogiciel.org> | 2014-05-23 15:22:33 +0200 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2014-06-13 16:31:14 +0200 |
commit | 6c5ce1eec260f352750e80f764283c0d69089a9a (patch) | |
tree | 8d1a4872a01a419ad050c0d33cf3bab09b6ed1ec | |
parent | 4969acfc9d5f1c32f795f40c3e3605e25a38eb02 (diff) | |
download | weston-6c5ce1eec260f352750e80f764283c0d69089a9a.tar.gz weston-6c5ce1eec260f352750e80f764283c0d69089a9a.tar.bz2 weston-6c5ce1eec260f352750e80f764283c0d69089a9a.zip |
packaging: delete separate build files for the RDP backend
Change-Id: I5d7d39c6570630a80164439fce9e570f3b705785
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 | 64 |
2 files changed, 0 insertions, 69 deletions
diff --git a/packaging/weston-rdp.manifest b/packaging/weston-rdp.manifest deleted file mode 100644 index 017d22d3..00000000 --- a/packaging/weston-rdp.manifest +++ /dev/null @@ -1,5 +0,0 @@ -<manifest> - <request> - <domain name="_"/> - </request> -</manifest> diff --git a/packaging/weston-rdp.spec b/packaging/weston-rdp.spec deleted file mode 100644 index abe18014..00000000 --- a/packaging/weston-rdp.spec +++ /dev/null @@ -1,64 +0,0 @@ -%bcond_with wayland - -Name: weston-rdp -Version: 1.4.0 -Release: 0 -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: weston-%version.tar.xz -Source1: weston-rdp.manifest -BuildRequires: autoconf >= 2.64, automake >= 1.11 -BuildRequires: expat-devel -BuildRequires: libjpeg-devel -BuildRequires: libtool >= 2.2 -BuildRequires: pkgconfig -BuildRequires: xz -BuildRequires: pkgconfig(cairo) -BuildRequires: pkgconfig(freerdp) -BuildRequires: pkgconfig(gio-2.0) -BuildRequires: pkgconfig(glib-2.0) -BuildRequires: pkgconfig(gobject-2.0) -BuildRequires: pkgconfig(pixman-1) -BuildRequires: pkgconfig(wayland-client) -BuildRequires: pkgconfig(wayland-server) -BuildRequires: pkgconfig(xkbcommon) >= 0.3.0 -Requires: weston - -%if !%{with wayland} -ExclusiveArch: -%endif - - -%description -This package provides a RDP compositor allowing to do remote rendering -through the network. - -%prep -%setup -q -n weston-%{version} -cp %{SOURCE1} . - -%build -%autogen --disable-static --disable-setuid-install --disable-weston-launch --disable-simple-clients --with-cairo=image --disable-egl --disable-clients --disable-libunwind --disable-xwayland --disable-xwayland-test --disable-x11-compositor --disable-drm-compositor --disable-fbdev-compositor --disable-headless-compositor --disable-wayland-compositor --disable-rpi-compositor --enable-rdp-compositor %{?extra_config_options:%extra_config_options} -make %{?_smp_mflags} - -%install -%make_install - -%files -%manifest %{name}.manifest -%defattr(-,root,root) -%license COPYING -%_libdir/weston/rdp-backend.so -%exclude %_bindir -%exclude %_includedir -%exclude %_prefix/lib/debug -%exclude %_libdir/pkgconfig -%exclude %_libdir/weston/desktop-shell.so -%exclude %_datadir - -%changelog |