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

[PATCH 4/7] Enable X11 compositor support.



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

diff --git a/debian/changelog b/debian/changelog
index 5ae9ed17..337fd78b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ weston (1.3.0-2) UNRELEASED; urgency=low
   * Minor improvents to build-depends.
   * Explicitly enable FBdev and DRM compositor support.
   * Enable RDP compositor support.
+  * Enable X11 compositor support.
 
  -- Jon Severinsson <jon@severinsson.net>  Sun, 13 Oct 2013 10:00:00 +0200
 
diff --git a/debian/control b/debian/control
index 4608eda3..53f636e3 100644
--- a/debian/control
+++ b/debian/control
@@ -26,6 +26,7 @@ Build-Depends:
  libmtdev-dev (>= 1.1.0),
  libfreerdp-dev (>= 1.1.0~),
  libxcb1-dev,
+ libxcb-shm0-dev,
  libxcb-xfixes0-dev,
  libx11-xcb-dev,
  libx11-dev,
diff --git a/debian/rules b/debian/rules
index c7367070..52e52c86 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,7 @@ override_dh_auto_configure:
 		--enable-fbdev-compositor \
 		--enable-drm-compositor \
 		--enable-rdp-compositor \
+		--enable-x11-compositor \
 		--with-cairo=gl
 
 override_dh_auto_test:
-- 
1.7.10.4


Reply to: