Commit 9d0bf5e9 authored by François Revol's avatar François Revol Committed by Max Kellermann

Haiku: fix build

parent 8b327f1d
ver 0.21.7 (not yet released) ver 0.21.7 (not yet released)
* require Meson 0.49.0 for native libgcrypt-config support * require Meson 0.49.0 for native libgcrypt-config support
* fix build failure with -Dlocal_socket=false * fix build failure with -Dlocal_socket=false
* Haiku
- fix build
ver 0.21.6 (2019/03/17) ver 0.21.6 (2019/03/17)
* protocol * protocol
......
rc = meson.find_program('rc') rc = find_program('rc')
xres = meson.find_program('xres') xres = find_program('xres')
rsrc = custom_target( rsrc = custom_target(
'mpd.rsrc', 'mpd.rsrc',
...@@ -9,7 +9,7 @@ rsrc = custom_target( ...@@ -9,7 +9,7 @@ rsrc = custom_target(
) )
custom_target( custom_target(
'mpd.rsrc', 'mpd.xres',
output: 'mpd', output: 'mpd',
input: [mpd, rsrc], input: [mpd, rsrc],
command: [xres, '-o', '@OUTPUT@', '--', '@INPUT@'], command: [xres, '-o', '@OUTPUT@', '--', '@INPUT@'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment