Skip to content

Commit

Permalink
pulseaudio: add xorg::x11-xcb dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Jan 10, 2024
1 parent db39000 commit d5e267a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/pulseaudio/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def package_info(self):
if self.options.get_safe("with_fftw"):
self.cpp_info.components["pulse"].requires.append("fftw::fftw")
if self.options.with_x11:
self.cpp_info.components["pulse"].requires.append("xorg::x11")
self.cpp_info.components["pulse"].requires.extend(["xorg::x11", "xorg::x11-xcb"])
if self.options.with_openssl:
self.cpp_info.components["pulse"].requires.append("openssl::openssl")
if self.options.with_dbus:
Expand Down

0 comments on commit d5e267a

Please sign in to comment.