Skip to content

Commit fb3a407

Browse files
committed
libappindicator: Fix build with 25.08 runtime
Fixes #446
1 parent 727bd0f commit fb3a407

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

libappindicator/libappindicator-gtk2-12.10.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "libappindicator",
33
"build-options": {
44
"cflags": "-Wno-error",
5-
"make-args": [ "-j1" ]
5+
"make-args": [ "-j1" ],
6+
"env": {
7+
"GTKDOCIZE": "true"
8+
}
69
},
710
"rm-configure": true,
811
"config-opts": [

libappindicator/libappindicator-gtk3-introspection-12.10.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "libappindicator",
33
"build-options": {
44
"cflags": "-Wno-error",
5-
"make-args": [ "-j1" ]
5+
"make-args": [ "-j1" ],
6+
"env": {
7+
"GTKDOCIZE": "true"
8+
}
69
},
710
"rm-configure": true,
811
"config-opts": [

0 commit comments

Comments
 (0)