From 2e0bebe9e6c0288db65eb8f08fb775c930e2ceeb Mon Sep 17 00:00:00 2001 From: Adam Duskett Date: Mon, 25 Oct 2021 15:07:32 -0700 Subject: [PATCH] package/libinput/libinput.mk: fix libx11 dependency typo libx11 -> xlib_libX11 Signed-off-by: Adam Duskett Reviewed-by: Peter Seiderer Signed-off-by: Peter Korsgaard --- package/libinput/libinput.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/libinput/libinput.mk b/package/libinput/libinput.mk index 682209262e..055c4fc7a0 100644 --- a/package/libinput/libinput.mk +++ b/package/libinput/libinput.mk @@ -24,7 +24,7 @@ ifeq ($(BR2_PACKAGE_WAYLAND_PROTOCOLS),y) LIBINPUT_DEPENDENCIES += wayland-protocols endif ifeq ($(BR2_PACKAGE_XLIB_LIBX11),y) -LIBINPUT_DEPENDENCIES += libx11 +LIBINPUT_DEPENDENCIES += xlib_libX11 endif else LIBINPUT_CONF_OPTS += -Ddebug-gui=false