[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH 5/7] Enable Xwayland support.



This allows for running X11 inside Weston.
---
 debian/changelog |    1 +
 debian/control   |    1 +
 debian/rules     |    1 +
 3 filer ändrade, 3 tillägg(+)

diff --git a/debian/changelog b/debian/changelog
index 337fd78b..f469fdba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ weston (1.3.0-2) UNRELEASED; urgency=low
   * Explicitly enable FBdev and DRM compositor support.
   * Enable RDP compositor support.
   * Enable X11 compositor support.
+  * Enable XWayland support.
 
  -- Jon Severinsson <jon@severinsson.net>  Sun, 13 Oct 2013 10:00:00 +0200
 
diff --git a/debian/control b/debian/control
index 53f636e3..ddfc4738 100644
--- a/debian/control
+++ b/debian/control
@@ -28,6 +28,7 @@ Build-Depends:
  libxcb1-dev,
  libxcb-shm0-dev,
  libxcb-xfixes0-dev,
+ libxcb-dri2-0-dev,
  libx11-xcb-dev,
  libx11-dev,
  libgbm-dev,
diff --git a/debian/rules b/debian/rules
index 52e52c86..2341aacb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,7 @@ override_dh_auto_configure:
 		--enable-drm-compositor \
 		--enable-rdp-compositor \
 		--enable-x11-compositor \
+		--enable-xwayland \
 		--with-cairo=gl
 
 override_dh_auto_test:
-- 
1.7.10.4


Reply to: