Skip to content

Commit e15b007

Browse files
committed
chore(build): make xcb dep xwayland-only
1 parent 063d226 commit e15b007

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

meson.build

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,14 @@ libs = [
6868
dependency('pixman-1'),
6969
dependency('xkbcommon'),
7070
dependency('libinput'),
71-
dependency('xcb'),
7271
tomlcpp_dep,
7372
wlroots,
7473
json,
7574
]
7675

7776
# xwayland
7877
if xwayland_option
79-
libs += [xwayland]
78+
libs += [xwayland, dependency('xcb')]
8079
endif
8180

8281
# backward-cpp

0 commit comments

Comments
 (0)