summaryrefslogtreecommitdiff
path: root/libwnck-gtk3/startup-notfication.patch
blob: 289cef0f3d6f1b54d2552b589902972c58c17fa1 (plain)
    1 diff --git a/meson.build b/meson.build
    2 index 6e35c00f77aef272a20c3d473ce50bed0206a08c..28799d8bec46aef4d1b05b44ef557cd387f48a64 100644
    3 --- a/meson.build
    4 +++ b/meson.build
    5 @@ -43,7 +43,7 @@ pkg_deps = [
    6    {'name': 'glib-2.0', 'version': '>= 2.32' },
    7    {'name': 'gobject-2.0', 'version': '>= 2.13.0' },
    8    {'name': 'gtk+-3.0', 'version': '>= 3.22.0' },
    9 -  {'name': STARTUP_NOTIFICATION_PACKAGE, 'version': '>= 0.4', 'required': get_option('startup_notification').enabled() },
   10 +  {'name': STARTUP_NOTIFICATION_PACKAGE, 'version': '>= 0.4', 'required': get_option('startup_notification')},
   11    {'name': X11_PACKAGE },
   12    {'name': XRES_PACKAGE, 'required': false},
   13  ]
   14 @@ -54,7 +54,7 @@ foreach p: pkg_deps
   15    dep = dependency(pkg, version: p.get('version', []), required: required)
   16    LIBWNCK_DEPS += dep
   17  
   18 -  if not required and dep.found()
   19 +  if dep.found()
   20      conf.set('HAVE_' + pkg.to_upper().underscorify(), 1)
   21    endif
   22  endforeach

Generated by cgit