Browse Source

cmake: fix indentation in CheckPipewire

Anonymous Maarten 3 weeks ago
parent
commit
368b6cedf6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cmake/sdlchecks.cmake

+ 1 - 1
cmake/sdlchecks.cmake

@@ -166,8 +166,8 @@ macro(CheckPipewire)
         sdl_link_dependency(pipewire LIBS PkgConfig::PC_PIPEWIRE PKG_CONFIG_PREFIX PC_PIPEWIRE PKG_CONFIG_SPECS ${PipeWire_PKG_CONFIG_SPEC})
         sdl_link_dependency(pipewire LIBS PkgConfig::PC_PIPEWIRE PKG_CONFIG_PREFIX PC_PIPEWIRE PKG_CONFIG_SPECS ${PipeWire_PKG_CONFIG_SPEC})
       endif()
       endif()
       set(HAVE_SDL_AUDIO TRUE)
       set(HAVE_SDL_AUDIO TRUE)
-      endif()
     endif()
     endif()
+  endif()
 endmacro()
 endmacro()
 
 
 # Requires:
 # Requires: