mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
xorg-drivers: Add opengl distro flag requirement to ati and nouveau
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
This commit is contained in:
@@ -9,6 +9,9 @@ DESCRIPTION = "Open-source X.org graphics driver for ATI Radeon graphics"
|
||||
DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \
|
||||
virtual/libgl xineramaproto libpciaccess"
|
||||
|
||||
inherit distro_features_check
|
||||
REQUIRED_DISTRO_FEATURES += "opengl"
|
||||
|
||||
COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
|
||||
|
||||
SRC_URI[md5sum] = "f34d04a755e761e03b459155fa3ddcbb"
|
||||
|
||||
@@ -10,7 +10,11 @@ DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \
|
||||
virtual/libgl xineramaproto libpciaccess"
|
||||
RDEPENDS_${PN} += "xserver-xorg-module-exa"
|
||||
|
||||
inherit distro_features_check
|
||||
REQUIRED_DISTRO_FEATURES += "opengl"
|
||||
|
||||
COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
|
||||
|
||||
SRC_URI[md5sum] = "717203cb87029cddcbccf7398f9ad8c3"
|
||||
SRC_URI[sha256sum] = "aede10fd395610a328697adca3434fb14e9afbd79911d6c8545cfa2c0e541d4c"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user