2004-06-16 13:44:14

by Chris Lingard

[permalink] [raw]
Subject: make xconfig needs QTDIR; though qt is in /usr

All versions of Linux-2.6

I install qt and all other stuff in /usr; and do not set
QTDIR, as it is not needed.

Can /usr be added to the scripts/kconfig/Makefile?
I attach a patch. The last two variables of:

@set -e; for d in $$QTDIR /usr/share/qt* /usr/lib/qt*; do \
if [ -f $$d/include/qconfig.h ]; then DIR=$$d; break; fi; \

seem pointless as it is looking for a header file.

The patch just adds /usr to the end; but I suggest that the
line could be

@set -e; for d in $$QTDIR /usr; do \

Chris Lingard


Attachments:
(No filename) (511.00 B)
linux-2.6.7-qtdir_in_usr (555.00 B)
Download all attachments