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)
* require Meson 0.49.0 for native libgcrypt-config support
* fix build failure with -Dlocal_socket=false
* Haiku
- fix build
ver 0.21.6 (2019/03/17)
* protocol
......
rc = meson.find_program('rc')
xres = meson.find_program('xres')
rc = find_program('rc')
xres = find_program('xres')
rsrc = custom_target(
'mpd.rsrc',
......@@ -9,7 +9,7 @@ rsrc = custom_target(
)
custom_target(
'mpd.rsrc',
'mpd.xres',
output: 'mpd',
input: [mpd, rsrc],
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