summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2018-11-07 20:03:14 -0500
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2018-11-07 20:03:14 -0500
commita019f1de381e52671f160ceb4a202f7fa02cef81 (patch)
treed92c7957fe66895eba739bf9998235e14723a797 /meson.build
parent2fd99e8bee2415fc8b11097b9871eced217ee17c (diff)
downloadlibwnck-a019f1de381e52671f160ceb4a202f7fa02cef81.tar.gz
meson: use options name matching GNOME standards
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 45fa8aa..3fc2072 100644
--- a/meson.build
+++ b/meson.build
@@ -43,7 +43,7 @@ pkg_deps = [
{'name': 'glib-2.0', 'version': '>= 2.32' },
{'name': 'gobject-2.0', 'version': '>= 2.13.0' },
{'name': 'gtk+-3.0', 'version': '>= 3.22.0' },
- {'name': STARTUP_NOTIFICATION_PACKAGE, 'version': '>= 0.4', 'required': get_option('startup-notification').enabled() },
+ {'name': STARTUP_NOTIFICATION_PACKAGE, 'version': '>= 0.4', 'required': get_option('startup_notification').enabled() },
{'name': X11_PACKAGE },
{'name': XRES_PACKAGE, 'required': false},
]
@@ -93,6 +93,6 @@ endforeach
subdir('libwnck')
subdir('po')
-if get_option('enable-gtk-doc')
+if get_option('gtk_doc')
subdir('doc')
endif