Skip to content

Commit

Permalink
target meson 0.56 which is in bullseye
Browse files Browse the repository at this point in the history
  • Loading branch information
infirit committed May 12, 2023
1 parent 254a41f commit b76b1bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project(
'blueman', 'c',
version: '2.4-alpha',
license: 'GPL3',
meson_version: '>=0.50.0',
meson_version: '>=0.56.0',
default_options: 'b_lundef=false'
)

Expand Down Expand Up @@ -51,7 +51,7 @@ conf_data.set('icondir', join_paths(prefix, datadir, 'icons'))
conf_data.set('dhconfig', get_option('dhcp-config-path'))
conf_data.set('POLKIT', have_polkit)
conf_data.set('GETTEXT_PACKAGE', package_name)
conf_data.set('PYTHON', pyinstall.path())
conf_data.set('PYTHON', pyinstall.full_path())

# Check for build dependencies
pythonlib = pyinstall.dependency()
Expand Down

0 comments on commit b76b1bb

Please sign in to comment.