Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 881643
Collapse All | Expand All

(-)a/meson.build (-1 / +1 lines)
Lines 70-76 Link Here
70
  endif
70
  endif
71
endif
71
endif
72
72
73
webkitgtk = dependency('webkit2gtk-4.0', version: '>= 2.8.1', required: false)
73
webkitgtk = dependency('webkit2gtk-4.1', version: '>= 2.8.1', required: false)
74
if get_option('webkitgtk')
74
if get_option('webkitgtk')
75
  if webkitgtk.found()
75
  if webkitgtk.found()
76
    zenity_conf.set('HAVE_WEBKITGTK', true)
76
    zenity_conf.set('HAVE_WEBKITGTK', true)

Return to bug 881643