build: Only add gudev_dep/libudev_dep once
We already add them if have_libgudev is true, and for native builds it always is true. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4130>
This commit is contained in:
parent
15d4123bd1
commit
387a6e82e5
@ -143,10 +143,8 @@ endif
|
|||||||
if have_native_backend
|
if have_native_backend
|
||||||
mutter_pkg_private_deps += [
|
mutter_pkg_private_deps += [
|
||||||
libinput_dep,
|
libinput_dep,
|
||||||
gudev_dep,
|
|
||||||
libgbm_dep,
|
libgbm_dep,
|
||||||
logind_provider_dep,
|
logind_provider_dep,
|
||||||
libudev_dep,
|
|
||||||
xkbcommon_dep,
|
xkbcommon_dep,
|
||||||
]
|
]
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user