diff options
Diffstat (limited to 'meta/recipes-graphics/drm/libdrm.inc')
-rw-r--r-- | meta/recipes-graphics/drm/libdrm.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-graphics/drm/libdrm.inc b/meta/recipes-graphics/drm/libdrm.inc index a66afad803..1ad9dc3c57 100644 --- a/meta/recipes-graphics/drm/libdrm.inc +++ b/meta/recipes-graphics/drm/libdrm.inc | |||
@@ -10,6 +10,9 @@ SRC_URI = "http://dri.freedesktop.org/libdrm/libdrm-${PV}.tar.bz2" | |||
10 | PROVIDES = "drm" | 10 | PROVIDES = "drm" |
11 | DEPENDS = "libpthread-stubs udev cairo virtual/libx11" | 11 | DEPENDS = "libpthread-stubs udev cairo virtual/libx11" |
12 | 12 | ||
13 | #libpciaccess is required starting from libdrm 2.4.26 | ||
14 | DEPENDS += " libpciaccess" | ||
15 | |||
13 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig |
14 | 17 | ||
15 | PACKAGES =+ "libdrm-tests" | 18 | PACKAGES =+ "libdrm-tests" |