mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
move OpenGL conditional where it belongs
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
9aa06d45d9
commit
df8a6ad916
1 changed files with 2 additions and 2 deletions
|
@ -476,8 +476,6 @@ endif()
|
|||
|
||||
if(NOT WITH_OPENSSL OR NOT OPENSSL_FOUND)
|
||||
katie_definition(-DQT_NO_OPENSSL)
|
||||
else()
|
||||
set(KATIE_COMPONENTS "${KATIE_COMPONENTS} OpenGL")
|
||||
endif()
|
||||
|
||||
if(NOT WITH_FREETYPE OR NOT FREETYPE_FOUND)
|
||||
|
@ -514,6 +512,8 @@ endif()
|
|||
|
||||
if(NOT WITH_OPENGL OR NOT OPENGL_FOUND)
|
||||
katie_definition(-DQT_NO_OPENGL)
|
||||
else()
|
||||
set(KATIE_COMPONENTS "${KATIE_COMPONENTS} OpenGL")
|
||||
endif()
|
||||
|
||||
if(NOT WITH_NAS OR NOT NAS_FOUND)
|
||||
|
|
Loading…
Add table
Reference in a new issue