mirror of
https://github.com/KDE/konsole.git
synced 2025-12-23 23:38:08 -05:00
Don't disable Pty on macOS
This commit is contained in:
committed by
Waqar Ahmed
parent
7bbcc32b80
commit
c0f2d26377
@@ -74,10 +74,15 @@ find_package(KF6 ${KF5_DEP_VERSION} REQUIRED
|
||||
XmlGui
|
||||
)
|
||||
|
||||
if (NOT WIN32)
|
||||
find_package(KF6 ${KF5_DEP_VERSION} REQUIRED
|
||||
Pty
|
||||
)
|
||||
endif()
|
||||
|
||||
if (NOT WIN32 AND NOT APPLE)
|
||||
find_package(KF6 ${KF5_DEP_VERSION} REQUIRED
|
||||
GlobalAccel
|
||||
Pty
|
||||
)
|
||||
endif()
|
||||
|
||||
|
||||
@@ -74,9 +74,14 @@ set(konsole_LIBS
|
||||
KF6::NewStuffCore
|
||||
)
|
||||
|
||||
if (NOT WIN32 AND NOT APPLE)
|
||||
if (NOT WIN32)
|
||||
list(APPEND konsole_LIBS
|
||||
KF6::Pty
|
||||
)
|
||||
endif()
|
||||
|
||||
if (NOT WIN32 AND NOT APPLE)
|
||||
list(APPEND konsole_LIBS
|
||||
KF6::GlobalAccel
|
||||
)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user