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:54:26 +0300 |
| commit | beda85ac0b35484eea0978fc1eb74fbd86d06d7d (patch) | |
| tree | d8b55f0514b90f8f1a3310a02c8a2d7e089f8fd0 | |
| parent | 8d0392d407fc860cba1a58d4c07a1c087adc7cfb (diff) | |
| download | kmplayer-beda85ac.tar.gz kmplayer-beda85ac.zip | |
Fix a typo introduced by 433b311
(cherry picked from commit c12ae0102873740bbb8a9398752c56b6309ce6f1)
| -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." ) |
