Skip to content

Commit 7306db2

Browse files
committed
Seek Wayland protocols definitions in a system-wide location first
If not found, fallback to vendored ones.
1 parent 2f5d5e0 commit 7306db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ elseif(LINUX)
281281

282282
qt_generate_wayland_protocol_client_sources(lib_ui
283283
FILES
284-
${third_party_loc}/wayland-protocols/stable/xdg-shell/xdg-shell.xml
284+
${WaylandProtocols_DATADIR}/stable/xdg-shell/xdg-shell.xml
285285
)
286286

287287
target_link_libraries(lib_ui

0 commit comments

Comments
 (0)