package/libgphoto2: remove optional dependency to lockdev

The lockdev package is unmaintainted and will be removed from buildroot.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Cc: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Bernd Kuhls
2026-01-06 21:01:13 +01:00
committed by Thomas Petazzoni
parent e1ef4e191b
commit 5f9d8b6e54

View File

@@ -53,8 +53,4 @@ else
LIBGPHOTO2_CONF_OPTS += --with-gdlib=no
endif
ifeq ($(BR2_PACKAGE_LOCKDEV),y)
LIBGPHOTO2_DEPENDENCIES += lockdev
endif
$(eval $(autotools-package))