Skip to content

Commit 068f80b

Browse files
TiZ-HugLifeTingPing
authored andcommitted
Make with only one job on libappindicator.
1 parent e288f62 commit 068f80b

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

libappindicator/libappindicator-gtk2-12.10.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "libappindicator",
33
"build-options": {
4-
"cflags": "-Wno-error"
4+
"cflags": "-Wno-error",
5+
"make-args": [ "-j1" ]
56
},
67
"rm-configure": true,
78
"config-opts": [

libappindicator/libappindicator-gtk3-12.10.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "libappindicator",
33
"build-options": {
4-
"cflags": "-Wno-error"
4+
"cflags": "-Wno-error",
5+
"make-args": [ "-j1" ]
56
},
67
"rm-configure": true,
78
"config-opts": [

libappindicator/libappindicator-gtk3-introspection-12.10.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "libappindicator",
33
"build-options": {
4-
"cflags": "-Wno-error"
4+
"cflags": "-Wno-error",
5+
"make-args": [ "-j1" ]
56
},
67
"rm-configure": true,
78
"config-opts": [

libappindicator/libappindicator.json.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "libappindicator",
33
"build-options": {
4-
"cflags": "-Wno-error"
4+
"cflags": "-Wno-error",
5+
"make-args": [ "-j1" ]
56
},
67
"rm-configure": true,
78
"config-opts": [

0 commit comments

Comments
 (0)