package/mesa3d: Fix udev dependency check

Sorry for the typo ;)

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Bernd Kuhls 2016-07-10 12:09:14 +02:00 committed by Thomas Petazzoni
parent f3c48ddd32
commit 7e685bcf46

View File

@ -38,7 +38,7 @@ MESA3D_DEPENDENCIES += libgcrypt
MESA3D_CONF_OPTS += --with-sha1=libgcrypt
endif
ifeq ($(BR2_PACKAGE_HAS_LIBUDEV),y)
ifeq ($(BR2_PACKAGE_HAS_UDEV),y)
MESA3D_DEPENDENCIES += udev
MESA3D_CONF_OPTS += --disable-sysfs
else