A.K.A. "Remote Wayland". This adds a dependency on libfreerdp-dev from experimental, so you might want to hold off on this one for a while and make a separate release to experimental instead. --- debian/changelog | 1 + debian/control | 1 + debian/rules | 1 + debian/weston.install | 1 + 4 filer ändrade, 4 tillägg(+)
diff --git a/debian/changelog b/debian/changelog index eff45234..5ae9ed17 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ weston (1.3.0-2) UNRELEASED; urgency=low [ Jon Severinsson ] * Minor improvents to build-depends. * Explicitly enable FBdev and DRM compositor support. + * Enable RDP compositor support. -- Jon Severinsson <[email protected]> Sun, 13 Oct 2013 10:00:00 +0200 diff --git a/debian/control b/debian/control index fec95851..4608eda3 100644 --- a/debian/control +++ b/debian/control @@ -24,6 +24,7 @@ Build-Depends: libudev-dev (>= 136), libdrm-dev (>= 2.4.30), libmtdev-dev (>= 1.1.0), + libfreerdp-dev (>= 1.1.0~), libxcb1-dev, libxcb-xfixes0-dev, libx11-xcb-dev, diff --git a/debian/rules b/debian/rules index 2c93754e..c7367070 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,7 @@ override_dh_auto_configure: dh_auto_configure -- --disable-libunwind --libexec=/usr/lib/weston \ --enable-fbdev-compositor \ --enable-drm-compositor \ + --enable-rdp-compositor \ --with-cairo=gl override_dh_auto_test: diff --git a/debian/weston.install b/debian/weston.install index d3235e94..77d9d16a 100644 --- a/debian/weston.install +++ b/debian/weston.install @@ -17,6 +17,7 @@ usr/lib/*/weston/desktop-shell.so usr/lib/*/weston/drm-backend.so usr/lib/*/weston/fbdev-backend.so usr/lib/*/weston/headless-backend.so +usr/lib/*/weston/rdp-backend.so usr/lib/*/weston/tablet-shell.so usr/lib/*/weston/wayland-backend.so usr/lib/*/weston/x11-backend.so -- 1.7.10.4 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

