mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
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:
committed by
Thomas Petazzoni
parent
e1ef4e191b
commit
5f9d8b6e54
@@ -53,8 +53,4 @@ else
|
||||
LIBGPHOTO2_CONF_OPTS += --with-gdlib=no
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LOCKDEV),y)
|
||||
LIBGPHOTO2_DEPENDENCIES += lockdev
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user