Files
poky/meta/recipes-graphics
Martin Jansa c5435fa1c2 weston: add dependency on virtual/libgbm for kms PACKAGECONFIG
* gbm is checked in configure.ac:

AC_ARG_ENABLE(drm-compositor, [  --enable-drm-compositor],,
              enable_drm_compositor=yes)
AM_CONDITIONAL(ENABLE_DRM_COMPOSITOR, test x$enable_drm_compositor = xyes)
if test x$enable_drm_compositor = xyes; then
  AC_DEFINE([BUILD_DRM_COMPOSITOR], [1], [Build the DRM compositor])
  PKG_CHECK_MODULES(DRM_COMPOSITOR, [libudev >= 136 libdrm >= 2.4.30 gbm mtdev >= 1.1.0])
  PKG_CHECK_MODULES(DRM_COMPOSITOR_GBM, [gbm >= 10.2],
                    [AC_DEFINE([HAVE_GBM_FD_IMPORT], 1, [gbm supports dmabuf import])],
                    [AC_MSG_WARN([gbm does not support dmabuf import, will omit that capability])])
fi

(From OE-Core rev: 73e9a5fc3234acda561f26cb915f4b636982ad63)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-08-15 21:45:58 +01:00
..
2016-06-15 18:05:23 +01:00
2018-01-14 09:11:57 +00:00
2016-12-20 15:22:16 +00:00
2017-11-09 12:33:17 +00:00
2018-07-24 11:52:26 +01:00
2016-07-10 14:12:17 +01:00
2018-06-27 13:55:21 +01:00
2018-06-29 11:07:45 +01:00
2018-07-18 10:18:42 +01:00
2018-08-15 09:44:33 +01:00
2018-01-29 08:49:49 +00:00
2018-06-27 13:55:21 +01:00
2018-06-21 09:34:40 +01:00
2018-07-30 12:44:35 +01:00