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

[PATCH 2/7] Explicitly enable FBdev and DRM compositor support.



This is only for clarity, they are currently enabled by default.
---
 debian/changelog |    1 +
 debian/rules     |    2 ++
 2 filer ändrade, 3 tillägg(+)

diff --git a/debian/changelog b/debian/changelog
index 549deaa8..eff45234 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ weston (1.3.0-2) UNRELEASED; urgency=low
 
   [ Jon Severinsson ]
   * Minor improvents to build-depends.
+  * Explicitly enable FBdev and DRM compositor support.
 
  -- Jon Severinsson <jon@severinsson.net>  Sun, 13 Oct 2013 10:00:00 +0200
 
diff --git a/debian/rules b/debian/rules
index 1a2030a7..2c93754e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,8 @@
 
 override_dh_auto_configure:
 	dh_auto_configure -- --disable-libunwind --libexec=/usr/lib/weston \
+		--enable-fbdev-compositor \
+		--enable-drm-compositor \
 		--with-cairo=gl
 
 override_dh_auto_test:
-- 
1.7.10.4


Reply to: