Skip to content

Commit

Permalink
Conan linux fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed Sep 30, 2023
1 parent f27dec0 commit f5e8440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def configure(self):

self.options["cairo"].with_glib = False

if self.settings.os != "Linux":
if self.settings.os == "Linux":
self.options["sdl"].alsa = False
self.options["sdl"].pulse = False
self.options["sdl"].vulkan = False
Expand Down

0 comments on commit f5e8440

Please sign in to comment.