diff options
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.2.bb b/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.2.bb index 7373f85e2b..fb285ea04a 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.2.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.2.bb @@ -14,7 +14,7 @@ supports depths 8, 15 16 and 24." PR = "${INC_PR}.0" DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \ - virtual/libgl xineramaproto xf86driproto libpciaccess" + virtual/libgl xineramaproto libpciaccess" COMPATIBLE_HOST = '(i.86|x86_64).*-linux' |