meson.build: add missing dependencies on libfmt
This commit is contained in:
		| @@ -12,6 +12,7 @@ pulse = static_library( | |||||||
|   include_directories: inc, |   include_directories: inc, | ||||||
|   dependencies: [ |   dependencies: [ | ||||||
|     pulse_dep, |     pulse_dep, | ||||||
|  |     log_dep, | ||||||
|   ], |   ], | ||||||
| ) | ) | ||||||
|  |  | ||||||
|   | |||||||
| @@ -49,6 +49,7 @@ mixer_plugins = static_library( | |||||||
|     alsa_dep, |     alsa_dep, | ||||||
|     pulse_dep, |     pulse_dep, | ||||||
|     libsndio_dep, |     libsndio_dep, | ||||||
|  |     log_dep, | ||||||
|   ] |   ] | ||||||
| ) | ) | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Max Kellermann
					Max Kellermann