diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-04-14 15:32:19 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-04-14 15:32:19 +0100 |
commit | 80b4dd2fc81724933dd3818feaf5c5cf09635432 (patch) | |
tree | 6befa72123dbbb32b361b341416cbde9294e7276 /meta/packages/xorg-xserver/xserver-xf86-dri-lite.inc | |
parent | d620ad6a40daf00196d32f0931800fd23357364f (diff) | |
download | poky-80b4dd2fc81724933dd3818feaf5c5cf09635432.tar.gz |
xserver-xf86-dri-lite: Use the virtual mesa dependency instead of hardcoded mesa-dri
Diffstat (limited to 'meta/packages/xorg-xserver/xserver-xf86-dri-lite.inc')
-rw-r--r-- | meta/packages/xorg-xserver/xserver-xf86-dri-lite.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/xorg-xserver/xserver-xf86-dri-lite.inc b/meta/packages/xorg-xserver/xserver-xf86-dri-lite.inc index 227be4ec0c..3ffd4a4d19 100644 --- a/meta/packages/xorg-xserver/xserver-xf86-dri-lite.inc +++ b/meta/packages/xorg-xserver/xserver-xf86-dri-lite.inc | |||
@@ -2,7 +2,7 @@ require xserver-xf86-common.inc | |||
2 | 2 | ||
3 | PROTO_DEPS = "randrproto renderproto fixesproto damageproto xextproto xproto xf86dgaproto xf86miscproto xf86rushproto xf86vidmodeproto xf86bigfontproto compositeproto recordproto resourceproto videoproto scrnsaverproto evieext trapproto xineramaproto fontsproto kbproto inputproto bigreqsproto xcmiscproto glproto" | 3 | PROTO_DEPS = "randrproto renderproto fixesproto damageproto xextproto xproto xf86dgaproto xf86miscproto xf86rushproto xf86vidmodeproto xf86bigfontproto compositeproto recordproto resourceproto videoproto scrnsaverproto evieext trapproto xineramaproto fontsproto kbproto inputproto bigreqsproto xcmiscproto glproto" |
4 | 4 | ||
5 | LIB_DEPS = "pixman mesa-dri libxfont xtrans libxau libxext libxdmcp libdrm libxkbfile libpciaccess openssl" | 5 | LIB_DEPS = "pixman virtual/libgl libxfont xtrans libxau libxext libxdmcp libdrm libxkbfile libpciaccess openssl" |
6 | 6 | ||
7 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" | 7 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" |
8 | 8 | ||