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>
(cherry picked from commit 5f9d8b6e54)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
Bernd Kuhls
2026-01-06 21:01:13 +01:00
committed by Thomas Perale
parent 9b695b085a
commit 2c43fb5577

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))