mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 23:53:58 +02:00
Remove old gtk library linking.
This commit is contained in:
parent
6dfefa3f21
commit
57f8b03949
1 changed files with 0 additions and 12 deletions
|
@ -1229,18 +1229,6 @@ elseif (APPLE)
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
elseif (LINUX)
|
|
||||||
if (NOT TDESKTOP_DISABLE_GTK_INTEGRATION)
|
|
||||||
find_package(PkgConfig REQUIRED)
|
|
||||||
|
|
||||||
pkg_search_module(GTK REQUIRED gtk+-2.0 gtk+-3.0)
|
|
||||||
target_include_directories(Telegram PRIVATE ${GTK_INCLUDE_DIRS})
|
|
||||||
|
|
||||||
if (DESKTOP_APP_USE_PACKAGED)
|
|
||||||
find_library(X11_LIBRARY X11)
|
|
||||||
target_link_libraries(Telegram PRIVATE ${X11_LIBRARY})
|
|
||||||
endif()
|
|
||||||
endif()
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (build_macstore)
|
if (build_macstore)
|
||||||
|
|
Loading…
Add table
Reference in a new issue