From 7385937468ae519b0fce80ffa9844b0e4ae13337 Mon Sep 17 00:00:00 2001
From: mara <vmedea@protonmail.com>
Date: Sun, 29 Aug 2021 07:27:14 +0000
Subject: [PATCH] build: Support SDL_sound in different prefix as SDL2

As the required SDL_sound is a custom fork which is not packaged as
system package, it could plausibly be installed in a different path.
---
 CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index ecf1b4b..bcb4096 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -417,6 +417,7 @@ target_include_directories(${PROJECT_NAME} PRIVATE
 	${PIXMAN_INCLUDE_DIRS}
 	${PHYSFS_INCLUDE_DIRS}
 	${SDL2_INCLUDE_DIRS} # Blindly assume other SDL bits are in same directory
+	${SDL_SOUND_INCLUDE_DIRS}
 	${Boost_INCLUDE_DIR}
 	${MRI_INCLUDE_DIRS}
 	${VORBISFILE_INCLUDE_DIRS}