diff options
-rw-r--r-- | meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.8.0.bb | 3 | ||||
-rw-r--r-- | meta-oe/recipes-graphics/xorg-driver/xf86-video-nouveau_1.0.15.bb | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.8.0.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.8.0.bb index a1010087cd..d409a18630 100644 --- a/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.8.0.bb +++ b/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.8.0.bb | |||
@@ -9,6 +9,9 @@ DESCRIPTION = "Open-source X.org graphics driver for ATI Radeon graphics" | |||
9 | DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \ | 9 | DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \ |
10 | virtual/libgl xineramaproto libpciaccess" | 10 | virtual/libgl xineramaproto libpciaccess" |
11 | 11 | ||
12 | inherit distro_features_check | ||
13 | REQUIRED_DISTRO_FEATURES += "opengl" | ||
14 | |||
12 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' | 15 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' |
13 | 16 | ||
14 | SRC_URI[md5sum] = "f34d04a755e761e03b459155fa3ddcbb" | 17 | SRC_URI[md5sum] = "f34d04a755e761e03b459155fa3ddcbb" |
diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-video-nouveau_1.0.15.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-video-nouveau_1.0.15.bb index b10ee71154..2746821cd2 100644 --- a/meta-oe/recipes-graphics/xorg-driver/xf86-video-nouveau_1.0.15.bb +++ b/meta-oe/recipes-graphics/xorg-driver/xf86-video-nouveau_1.0.15.bb | |||
@@ -10,7 +10,11 @@ DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \ | |||
10 | virtual/libgl xineramaproto libpciaccess" | 10 | virtual/libgl xineramaproto libpciaccess" |
11 | RDEPENDS_${PN} += "xserver-xorg-module-exa" | 11 | RDEPENDS_${PN} += "xserver-xorg-module-exa" |
12 | 12 | ||
13 | inherit distro_features_check | ||
14 | REQUIRED_DISTRO_FEATURES += "opengl" | ||
15 | |||
13 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' | 16 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' |
14 | 17 | ||
15 | SRC_URI[md5sum] = "717203cb87029cddcbccf7398f9ad8c3" | 18 | SRC_URI[md5sum] = "717203cb87029cddcbccf7398f9ad8c3" |
16 | SRC_URI[sha256sum] = "aede10fd395610a328697adca3434fb14e9afbd79911d6c8545cfa2c0e541d4c" | 19 | SRC_URI[sha256sum] = "aede10fd395610a328697adca3434fb14e9afbd79911d6c8545cfa2c0e541d4c" |
20 | |||