summaryrefslogtreecommitdiff
path: root/package/mesa3d
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-07-10 12:09:14 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-10 15:22:45 +0200
commit7e685bcf460a9a61635805e4c072316d6bf3e93e (patch)
tree0f4c15668420e650e717c22441501bdcac388319 /package/mesa3d
parentf3c48ddd32b06d6141c1a9fabd1422b22e288423 (diff)
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>
Diffstat (limited to 'package/mesa3d')
-rw-r--r--package/mesa3d/mesa3d.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mesa3d/mesa3d.mk b/package/mesa3d/mesa3d.mk
index 9cce0ef49..dcd43d54b 100644
--- a/package/mesa3d/mesa3d.mk
+++ b/package/mesa3d/mesa3d.mk
@@ -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