package/mesa3d: Fix udev dependency check
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 10 Jul 2016 10:09:14 +0000 (12:09 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 10 Jul 2016 13:22:45 +0000 (15:22 +0200)
Sorry for the typo ;)

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/mesa3d/mesa3d.mk

index 9cce0ef49baeea587e402a8753341a38af04b14a..dcd43d54b4be0672726fb5a2ab3f336e2a795326 100644 (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