Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
plfiorini committed Feb 8, 2024
1 parent 9252018 commit 583b928
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/plugins/decorations/material/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
find_package(Wayland REQUIRED)
find_package(XkbCommon REQUIRED)
#find_package(Qt6XkbCommonSupport REQUIRED PRIVATE)

qt6_add_plugin(MaterialQtWaylandDecoration
SHARED
Expand All @@ -21,9 +19,6 @@ target_link_libraries(MaterialQtWaylandDecoration
Qt6::WaylandClient
PRIVATE
Wayland::Client
XkbCommon::XkbCommon
#Qt6::XkbCommonSupport
#Qt6::XkbCommonSupportPrivate
Qt6::WaylandClientPrivate
)

Expand Down

0 comments on commit 583b928

Please sign in to comment.