Skip to content

Commit a1f6ec4

Browse files
committed
Fix wrong option name
1 parent 84e27ac commit a1f6ec4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-aux/com.github.alecaddd.sequeler.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"buildsystem": "meson",
3232
"build-options": {
3333
"config-opts": [
34-
"-Dgtk-doc=false"
34+
"-Dgtk_doc=false"
3535
],
3636
"cflags": "-Wno-error=incompatible-pointer-types"
3737
},

com.github.alecaddd.sequeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"buildsystem": "meson",
4040
"build-options": {
4141
"config-opts": [
42-
"-Dgtk-doc=false"
42+
"-Dgtk_doc=false"
4343
]
4444
},
4545
"sources": [{

0 commit comments

Comments
 (0)