Files
poky/meta/recipes-graphics
Roy Li 05efe6b2de mesa: fix dependency
libudev is asked by enable-gbm, not enable_dri, and enable-gbm always is yes;

We can find the dependency from configure.ac codes:
	if test "x$enable_gbm" = xyes; then
	    SRC_DIRS="$SRC_DIRS gbm"

	    PKG_CHECK_MODULES([LIBUDEV], [libudev], [],
	                      AC_MSG_ERROR([gbm needs udev]))

	    if test "x$enable_dri" = xyes; then
	        GBM_BACKEND_DIRS="$GBM_BACKEND_DIRS dri"
	        if test "x$enable_shared_glapi" = xno; then
	            AC_MSG_ERROR([gbm_dri requires --enable-shared-glapi])
	        fi
	    fi
	fi

(From OE-Core rev: 981f7e5b088ecd813e43291d72f8995f17dbea8e)

Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-10-26 15:59:17 +01:00
..
2013-08-16 11:14:30 +01:00
2013-10-18 15:49:57 +01:00
2013-08-03 10:33:10 +01:00
2013-08-26 11:47:18 +01:00
2013-08-22 18:30:05 +01:00
2013-10-26 15:59:17 +01:00
2013-10-26 15:59:13 +01:00
2013-10-14 16:55:26 +01:00
2013-08-20 15:31:25 +01:00
2013-10-26 15:59:10 +01:00
2013-10-14 16:55:30 +01:00
2013-08-06 12:39:53 +01:00