On Mon, 7 Aug 2006, Gregoire Favre wrote:
> since 2.6.18-rc3-mm2 it seems lxdialog was merged into kconfig instead
> of being a separate program.
>
> Will the DVB hg be updated ?
lxdialog is still there in 2.6.18-rc4. It will be hard to support this
change until it makes it into an mainline kernel. I will have to see
exactly how the finished version works, but I think it can be supported
easily enough. Here is a patch that should fix it, but I haven't actually
tested it with -mm2.
It should be only make menuconfig that doesn't work with -mm2, right? You
should still be able to use make xconfig or make allyesconfig.
diff -r 1071d7549bbb v4l/Makefile
--- a/v4l/Makefile Mon Aug 07 13:18:56 2006 -0300
+++ b/v4l/Makefile Tue Aug 08 05:51:00 2006 -0700
@@ -285,6 +285,11 @@ KMAKEVARS := config-targets=1 mixed-targ
# lxdialog has two parts, a symlink and the actual binary
.PHONY: lxdialog
+ifeq ($(wildcard $(dir $(LXDIALOG))lxdialog.c),)
+# If lxdialog.c doesn't exist, then lxdialog isn't a separate program anymore
+lxdialog:
+
+else
lxdialog: $(LXDIALOG) $(LXDIALOG_LNK)
$(LXDIALOG_LNK):
@@ -292,6 +297,7 @@ lxdialog: $(LXDIALOG) $(LXDIALOG_LNK)
$(LXDIALOG):
$(MAKE) -C $(KDIR) -f $(PWD)/Makefile.kernel $(KMAKEVARS) v4l-$(LXDIALOG)
+endif
#################################################
# IVTV link rules
_______________________________________________
linux-dvb@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb