support/misc: Adding Vagrant file for provisioning
[buildroot-gz.git] / support / kconfig / patches / 15-fix-qconf-moc-rule.patch
blobc1848d764ebb64a40952eee82ab8e13564d282ce
1 Fix the rule that generates the .moc file
3 The Linux kernel has a "cmd" make function, but we don't have it in
4 Buildroot, so we need to adjust this rule.
6 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 Index: b/Makefile
9 ===================================================================
10 --- a/Makefile
11 +++ b/Makefile
12 @@ -309,11 +309,8 @@
14 $(obj)/qconf.o: $(obj)/qconf.moc
16 -quiet_cmd_moc = MOC $@
17 - cmd_moc = $(KC_QT_MOC) -i $< -o $@
19 $(obj)/%.moc: $(src)/%.h $(obj)/.tmp_qtcheck
20 - $(call cmd,moc)
21 + $(KC_QT_MOC) -i $< -o $@
23 # Extract gconf menu items for I18N support
24 $(obj)/gconf.glade.h: $(obj)/gconf.glade