aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJan Beich <[email protected]>2024-09-02 15:05:39 +0200
committerMihai Fufezan <[email protected]>2024-09-02 23:48:58 +0300
commitfa39df4731e200fab031f01757ded9920a1d473d (patch)
tree8ade8165ca849319f70454bddcb07835bd5656bd
parentf7249bd3317e79b9cb1564f2497df510f7a166bb (diff)
downloadHyprland-fa39df4731e200fab031f01757ded9920a1d473d.tar.gz
Hyprland-fa39df4731e200fab031f01757ded9920a1d473d.zip
CMake: drop unused deps after 016da234d0e8
Found via LDFLAGS += -Wl,--as-needed (default in Meson). Some dependencies are only used by aquamarine.
-rw-r--r--CMakeLists.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ef3f4021..d8424d91 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -99,8 +99,6 @@ pkg_check_modules(
xkbcommon
uuid
wayland-server
- wayland-client
- wayland-cursor
wayland-protocols
cairo
pango
@@ -109,11 +107,6 @@ pkg_check_modules(
xcursor
libdrm
libinput
- hwdata
- libseat
- libdisplay-info
- libliftoff
- libudev
gbm
gio-2.0
hyprlang>=0.3.2
@@ -200,14 +193,11 @@ else()
REQUIRED
IMPORTED_TARGET
xcb
- xwayland
- xcb-util
xcb-render
xcb-xfixes
xcb-icccm
xcb-composite
xcb-res
- xcb-ewmh
xcb-errors)
target_link_libraries(Hyprland PkgConfig::xdeps)
endif()