Skip to content

Commit

Permalink
Seek Wayland protocols definitions in a system-wide location first
Browse files Browse the repository at this point in the history
If not found, fallback to vendored ones.
  • Loading branch information
mymedia2 committed Aug 20, 2022
1 parent c793537 commit 136bb09
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Telegram/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1454,7 +1454,7 @@ else()
if (NOT DESKTOP_APP_DISABLE_WAYLAND_INTEGRATION)
qt_generate_wayland_protocol_client_sources(Telegram
FILES
${third_party_loc}/plasma-wayland-protocols/src/protocols/plasma-shell.xml
${PLASMA_WAYLAND_PROTOCOLS_DIR}/plasma-shell.xml
)

target_link_libraries(Telegram
Expand Down
2 changes: 1 addition & 1 deletion Telegram/lib_base
Submodule lib_base updated 1 files
+3 −3 CMakeLists.txt
2 changes: 1 addition & 1 deletion Telegram/lib_ui
Submodule lib_ui updated 1 files
+1 −1 CMakeLists.txt
2 changes: 1 addition & 1 deletion Telegram/lib_waylandshells
2 changes: 1 addition & 1 deletion cmake

0 comments on commit 136bb09

Please sign in to comment.