Skip to content

Commit f53e027

Browse files
committed
Renamed option enable_gtk_doc -> docs
1 parent c91f4d0 commit f53e027

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ subdir('src')
2222
subdir('example')
2323
subdir('demo')
2424

25-
if get_option('enable_gtk_doc')
25+
if get_option('docs')
2626
subdir('doc')
2727
endif
2828

meson_options.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
option('examples', type: 'boolean', value: false, description: 'Build example applications')
2-
option('enable_gtk_doc', type: 'boolean', value: false, description: 'Build devhelp API documentation')
2+
option('docs', type: 'boolean', value: false, description: 'Build devhelp API documentation')

0 commit comments

Comments
 (0)