mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
package/config: also add gconfig change to patch
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
a0ce68d374
commit
fa11d8d830
@ -17,7 +17,7 @@ Index: config/Makefile
|
|||||||
===================================================================
|
===================================================================
|
||||||
--- config.orig/Makefile
|
--- config.orig/Makefile
|
||||||
+++ config/Makefile
|
+++ config/Makefile
|
||||||
@@ -124,10 +124,17 @@
|
@@ -124,10 +124,21 @@
|
||||||
ifeq ($(MAKECMDGOALS),menuconfig)
|
ifeq ($(MAKECMDGOALS),menuconfig)
|
||||||
hostprogs-y += mconf
|
hostprogs-y += mconf
|
||||||
endif
|
endif
|
||||||
@ -35,6 +35,10 @@ Index: config/Makefile
|
|||||||
ifeq ($(MAKECMDGOALS),gconfig)
|
ifeq ($(MAKECMDGOALS),gconfig)
|
||||||
gconf-target := 1
|
gconf-target := 1
|
||||||
endif
|
endif
|
||||||
|
+ifeq ($(findstring gconf,$(MAKECMDGOALS)),gconf)
|
||||||
|
+ gconf-target := 1
|
||||||
|
+endif
|
||||||
|
+
|
||||||
Index: config/README.buildroot2
|
Index: config/README.buildroot2
|
||||||
===================================================================
|
===================================================================
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user