diff options
author | Robert Bragg <bob@openedhand.com> | 2008-09-22 23:40:14 +0000 |
---|---|---|
committer | Robert Bragg <bob@openedhand.com> | 2008-09-22 23:40:14 +0000 |
commit | 0caca44655da6c20d8647f5adf3f0d96da7bdb95 (patch) | |
tree | 7e40f38d24f27bc5439e9a2d9a6f045016c4f1b1 /meta/packages/mesa/mesa-common.inc | |
parent | bc88c3a81b9c831dfd87e921063bc796f0a77b35 (diff) | |
download | poky-0caca44655da6c20d8647f5adf3f0d96da7bdb95.tar.gz |
Adds eee901 specific support into clutter.inc and adds a new virtual/libgl
for clutter to depend on which all mesa build variants provide.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5229 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/mesa/mesa-common.inc')
-rw-r--r-- | meta/packages/mesa/mesa-common.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/packages/mesa/mesa-common.inc b/meta/packages/mesa/mesa-common.inc index 51b8f4644a..b28d5b43e5 100644 --- a/meta/packages/mesa/mesa-common.inc +++ b/meta/packages/mesa/mesa-common.inc | |||
@@ -7,6 +7,8 @@ LICENSE = "MIT" | |||
7 | SRC_URI = "${SOURCEFORGE_MIRROR}/mesa3d/MesaLib-${PV}.tar.bz2" | 7 | SRC_URI = "${SOURCEFORGE_MIRROR}/mesa3d/MesaLib-${PV}.tar.bz2" |
8 | S = "${WORKDIR}/Mesa-${PV}" | 8 | S = "${WORKDIR}/Mesa-${PV}" |
9 | 9 | ||
10 | PROVIDES = "virtual/libgl" | ||
11 | |||
10 | inherit autotools pkgconfig | 12 | inherit autotools pkgconfig |
11 | 13 | ||
12 | EXTRA_OECONF = "--disable-glu \ | 14 | EXTRA_OECONF = "--disable-glu \ |