diff options
author | Drew Moseley <drew_moseley@mentor.com> | 2014-05-08 16:17:41 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-29 13:43:27 +0100 |
commit | 87eaf4cf4a52e2bd27a9beeba89e307a6a8035ae (patch) | |
tree | ef9403666f2a8d08c474b4bfcdec8114fe1063af /meta/recipes-graphics | |
parent | 8e22337e22e0cb969cc7e66eec42bb0c5185cd08 (diff) | |
download | poky-87eaf4cf4a52e2bd27a9beeba89e307a6a8035ae.tar.gz |
mesa-demos: Specify the lib dir to locate glut libraries
(From OE-Core rev: 55ecbebdf13ef46f0fb4d87ef11651fe692be33d)
(From OE-Core rev: 359a3317684cdd61b35bf569b0b65148e89abe12)
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-demos/glut.patch | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-demos_8.1.0.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-demos/glut.patch b/meta/recipes-graphics/mesa/mesa-demos/glut.patch index 84b6d4f7f3..2ca5a938ac 100644 --- a/meta/recipes-graphics/mesa/mesa-demos/glut.patch +++ b/meta/recipes-graphics/mesa/mesa-demos/glut.patch | |||
@@ -27,7 +27,7 @@ Index: mesa-demos-8.0.1/configure.ac | |||
27 | - [glutInit], | 27 | - [glutInit], |
28 | - [], | 28 | - [], |
29 | - [glut_enabled=no]) | 29 | - [glut_enabled=no]) |
30 | + GLUT_LIBS="-L$withval/lib -lglut"], | 30 | + GLUT_LIBS="-L$withval -lglut"], |
31 | + [GLUT_CFLAGS="" | 31 | + [GLUT_CFLAGS="" |
32 | + GLUT_LIBS="-lglut"] | 32 | + GLUT_LIBS="-lglut"] |
33 | + ) | 33 | + ) |
diff --git a/meta/recipes-graphics/mesa/mesa-demos_8.1.0.bb b/meta/recipes-graphics/mesa/mesa-demos_8.1.0.bb index 4bb92f4b05..70ade94eec 100644 --- a/meta/recipes-graphics/mesa/mesa-demos_8.1.0.bb +++ b/meta/recipes-graphics/mesa/mesa-demos_8.1.0.bb | |||
@@ -33,7 +33,7 @@ PACKAGECONFIG[freetype2] = "--enable-freetype2,--disable-freetype2,freetype" | |||
33 | PACKAGECONFIG[gbm] = "--enable-gbm,--disable-gbm,virtual/libgl" | 33 | PACKAGECONFIG[gbm] = "--enable-gbm,--disable-gbm,virtual/libgl" |
34 | PACKAGECONFIG[gles1] = "--enable-gles1,--disable-gles1,virtual/libgles1" | 34 | PACKAGECONFIG[gles1] = "--enable-gles1,--disable-gles1,virtual/libgles1" |
35 | PACKAGECONFIG[gles2] = "--enable-gles2,--disable-gles2,virtual/libgles2" | 35 | PACKAGECONFIG[gles2] = "--enable-gles2,--disable-gles2,virtual/libgles2" |
36 | PACKAGECONFIG[glut] = "--with-glut,--without-glut," | 36 | PACKAGECONFIG[glut] = "--with-glut=${STAGING_LIBDIR},--without-glut," |
37 | PACKAGECONFIG[osmesa] = "--enable-osmesa,--disable-osmesa," | 37 | PACKAGECONFIG[osmesa] = "--enable-osmesa,--disable-osmesa," |
38 | PACKAGECONFIG[vg] = "--enable-vg,--disable-vg,virtual/libvg" | 38 | PACKAGECONFIG[vg] = "--enable-vg,--disable-vg,virtual/libvg" |
39 | PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,virtual/libgl wayland" | 39 | PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,virtual/libgl wayland" |