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 2f5d5e0 commit 7306db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ elseif(LINUX)

qt_generate_wayland_protocol_client_sources(lib_ui
FILES
${third_party_loc}/wayland-protocols/stable/xdg-shell/xdg-shell.xml
${WaylandProtocols_DATADIR}/stable/xdg-shell/xdg-shell.xml
)

target_link_libraries(lib_ui
Expand Down

0 comments on commit 7306db2

Please sign in to comment.