aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build6
1 files changed, 3 insertions, 3 deletions
diff --git a/meson.build b/meson.build
index f1176b3..868d118 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gsr-notify', ['cpp'], version : '1.0.0', default_options : ['warning_level=2'], subproject_dir : 'depends')
+project('gsr-notify', ['cpp'], version : '1.0.7', default_options : ['warning_level=2'], subproject_dir : 'depends')
if get_option('buildtype') == 'debug'
add_project_arguments('-g3', language : ['cpp'])
@@ -15,7 +15,7 @@ mglpp_dep = mglpp_proj.get_variable('mglpp_dep')
dep = [
mglpp_dep,
- dependency('xfixes'),
+ dependency('xext'),
]
prefix = get_option('prefix')
@@ -31,4 +31,4 @@ executable(
)
install_subdir('images', install_dir : gsr_notify_resources_path)
-install_subdir('fonts', install_dir : gsr_notify_resources_path) \ No newline at end of file
+install_subdir('fonts', install_dir : gsr_notify_resources_path)