diff options
| author | Alexander Golubev <fatzer2@gmail.com> | 2025-07-29 21:45:33 +0300 |
|---|---|---|
| committer | Alexander Golubev <fatzer2@gmail.com> | 2025-07-29 21:45:33 +0300 |
| commit | c12ae0102873740bbb8a9398752c56b6309ce6f1 (patch) | |
| tree | 9ceae3e16b4f75986c2c130593fd68ee7513b6b3 | |
| parent | 9aff9db6c11e23934ef24cc644561f4a6f7fe255 (diff) | |
| download | kmplayer-c12ae0102873740bbb8a9398752c56b6309ce6f1.tar.gz kmplayer-c12ae0102873740bbb8a9398752c56b6309ce6f1.zip | |
Fix a typo introduced by 433b311
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index bbbed63..efe0cc6 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -35,7 +35,7 @@ find_package( X11 ) if( NOT X11_FOUND ) tde_message_fatal( "X11 is required, but was not found on your system." ) -elseif( NOT X11_XExt_FOUND AND ( BUILD_KXVPLAYER OR BUILD_KXINEPLAYER ) ) +elseif( NOT X11_Xext_FOUND AND ( BUILD_KXVPLAYER OR BUILD_KXINEPLAYER ) ) tde_message_fatal( "libXext is required, but was not found on your system." ) elseif( NOT X11_Xv_FOUND AND BUILD_KXVPLAYER ) tde_message_fatal( "libXv is required, but was not found on your system." ) |
