mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 18:25:59 +01:00
CMake: drop unused deps after 016da234d0
Found via LDFLAGS += -Wl,--as-needed (default in Meson). Some dependencies are only used by aquamarine.
This commit is contained in:
parent
f7249bd331
commit
fa39df4731
1 changed files with 0 additions and 10 deletions
|
@ -99,8 +99,6 @@ pkg_check_modules(
|
||||||
xkbcommon
|
xkbcommon
|
||||||
uuid
|
uuid
|
||||||
wayland-server
|
wayland-server
|
||||||
wayland-client
|
|
||||||
wayland-cursor
|
|
||||||
wayland-protocols
|
wayland-protocols
|
||||||
cairo
|
cairo
|
||||||
pango
|
pango
|
||||||
|
@ -109,11 +107,6 @@ pkg_check_modules(
|
||||||
xcursor
|
xcursor
|
||||||
libdrm
|
libdrm
|
||||||
libinput
|
libinput
|
||||||
hwdata
|
|
||||||
libseat
|
|
||||||
libdisplay-info
|
|
||||||
libliftoff
|
|
||||||
libudev
|
|
||||||
gbm
|
gbm
|
||||||
gio-2.0
|
gio-2.0
|
||||||
hyprlang>=0.3.2
|
hyprlang>=0.3.2
|
||||||
|
@ -200,14 +193,11 @@ else()
|
||||||
REQUIRED
|
REQUIRED
|
||||||
IMPORTED_TARGET
|
IMPORTED_TARGET
|
||||||
xcb
|
xcb
|
||||||
xwayland
|
|
||||||
xcb-util
|
|
||||||
xcb-render
|
xcb-render
|
||||||
xcb-xfixes
|
xcb-xfixes
|
||||||
xcb-icccm
|
xcb-icccm
|
||||||
xcb-composite
|
xcb-composite
|
||||||
xcb-res
|
xcb-res
|
||||||
xcb-ewmh
|
|
||||||
xcb-errors)
|
xcb-errors)
|
||||||
target_link_libraries(Hyprland PkgConfig::xdeps)
|
target_link_libraries(Hyprland PkgConfig::xdeps)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue