This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/xawtv3.git tree:

Subject: Avoid mtt compilation in non linux OS
Author:  Maximiliano Curia <[email protected]>
Date:    Tue Jun 5 10:56:17 2012 +0200

Avoid mtt compilation in non linux OS, since it ends up using
linux/fb.h.

Signed-off-by: Hans de Goede <[email protected]>

 x11/Subdir.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

---

http://git.linuxtv.org/xawtv3.git?a=commitdiff;h=8ddb39d0fd6f9df1eaa5cd085af3c42c0804eab7

diff --git a/x11/Subdir.mk b/x11/Subdir.mk
index d0a018c..7ad1ec8 100644
--- a/x11/Subdir.mk
+++ b/x11/Subdir.mk
@@ -15,7 +15,7 @@ ifeq ($(FOUND_MOTIF),yes)
 TARGETS-x11 += \
        x11/motv
 endif
-ifeq ($(FOUND_MOTIF)$(FOUND_ZVBI),yesyes)
+ifeq ($(FOUND_OS)$(FOUND_MOTIF)$(FOUND_ZVBI),linuxyesyes)
 TARGETS-x11 += \
        x11/mtt
 endif

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to