summaryrefslogtreecommitdiff
path: root/hexchat/0002-python-3-8.patch
blob: dbfd7f1796173ffde59951e31846f28b3365e30d (plain)
    1 diff --git a/meson_options.txt b/meson_options.txt
    2 index 100a5ee7..c2a2f53c 100644
    3 --- a/meson_options.txt
    4 +++ b/meson_options.txt
    5 @@ -48,7 +48,7 @@ option('with-lua', type: 'string', value: 'luajit',
    6  option('with-perl', type: 'string', value: 'perl',
    7    description: 'Perl scripting plugin, value is path to perl executable or "false"'
    8  )
    9 -option('with-python', type: 'string', value: 'python3',
   10 +option('with-python', type: 'string', value: 'python3-embed',
   11    description: 'Python scripting plugin. value is pkg-config name to use or "false"'
   12  )
   13  option('with-sysinfo', type: 'boolean',

Generated by cgit