Files
android_kernel_xiaomi_sm8450/scripts/kconfig
Masahiro Yamada 0b669a5076 kconfig: refactor Qt package checks for building qconf
Currently, the necessary package checks for building qconf is
surrounded by ifeq ($(MAKECMDGOALS),xconfig) ... endif.
Then, Make will restart when .tmp_qtcheck is generated.

To simplify the Makefile, move the scripting to a separate file,
and use filechk.  The shell script is executed everytime xconfig
is run, but it is not a costly script.

In the old code, 'pkg-config --exists' only checked Qt5Core / QtCore,
but the set of necessary packages should be checked.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
2018-05-28 18:25:21 +09:00
..
2018-03-02 00:26:47 +09:00
2005-04-16 15:20:36 -07:00
2018-01-22 00:49:29 +09:00
2018-03-02 00:26:47 +09:00
2018-01-22 00:49:29 +09:00
2018-02-10 11:26:04 +09:00
2015-10-14 14:59:03 +02:00
2018-03-02 00:26:47 +09:00