projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3c48dd
)
package/mesa3d: Fix udev dependency check
author
Bernd Kuhls
<bernd.kuhls@t-online.de>
Sun, 10 Jul 2016 10:09:14 +0000
(12:09 +0200)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/package/mesa3d/mesa3d.mk
b/package/mesa3d/mesa3d.mk
index 9cce0ef49baeea587e402a8753341a38af04b14a..dcd43d54b4be0672726fb5a2ab3f336e2a795326 100644
(file)
--- 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_
LIB
UDEV),y)
+ifeq ($(BR2_PACKAGE_HAS_UDEV),y)
MESA3D_DEPENDENCIES += udev
MESA3D_CONF_OPTS += --disable-sysfs
else