diff options
Diffstat (limited to 'meta/packages/mesa/mesa-common.inc')
-rw-r--r-- | meta/packages/mesa/mesa-common.inc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/packages/mesa/mesa-common.inc b/meta/packages/mesa/mesa-common.inc index ebfb920b87..cb112df012 100644 --- a/meta/packages/mesa/mesa-common.inc +++ b/meta/packages/mesa/mesa-common.inc | |||
@@ -10,15 +10,11 @@ S = "${WORKDIR}/Mesa-${PV}" | |||
10 | 10 | ||
11 | PROVIDES = "virtual/libgl" | 11 | PROVIDES = "virtual/libgl" |
12 | 12 | ||
13 | inherit autotools pkgconfig | 13 | inherit autotools_stage pkgconfig |
14 | 14 | ||
15 | EXTRA_OECONF = "--disable-glu \ | 15 | EXTRA_OECONF = "--disable-glu \ |
16 | --disable-glw \ | 16 | --disable-glw \ |
17 | --disable-glut \ | 17 | --disable-glut \ |
18 | --enable-glx-tls" | 18 | --enable-glx-tls" |
19 | 19 | ||
20 | do_stage() { | ||
21 | autotools_stage_all | ||
22 | } | ||
23 | |||
24 | 20 | ||