mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 05:39:39 +01:00
mesa-demos: Specify the lib dir to locate glut libraries
(From OE-Core rev: 55ecbebdf13ef46f0fb4d87ef11651fe692be33d) 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>
This commit is contained in:
committed by
Richard Purdie
parent
bc19e915fb
commit
76fd64f2e5
@@ -27,7 +27,7 @@ Index: mesa-demos-8.0.1/configure.ac
|
||||
- [glutInit],
|
||||
- [],
|
||||
- [glut_enabled=no])
|
||||
+ GLUT_LIBS="-L$withval/lib -lglut"],
|
||||
+ GLUT_LIBS="-L$withval -lglut"],
|
||||
+ [GLUT_CFLAGS=""
|
||||
+ GLUT_LIBS="-lglut"]
|
||||
+ )
|
||||
|
||||
@@ -33,7 +33,7 @@ PACKAGECONFIG[freetype2] = "--enable-freetype2,--disable-freetype2,freetype"
|
||||
PACKAGECONFIG[gbm] = "--enable-gbm,--disable-gbm,virtual/libgl"
|
||||
PACKAGECONFIG[gles1] = "--enable-gles1,--disable-gles1,virtual/libgles1"
|
||||
PACKAGECONFIG[gles2] = "--enable-gles2,--disable-gles2,virtual/libgles2"
|
||||
PACKAGECONFIG[glut] = "--with-glut,--without-glut,"
|
||||
PACKAGECONFIG[glut] = "--with-glut=${STAGING_LIBDIR},--without-glut,"
|
||||
PACKAGECONFIG[osmesa] = "--enable-osmesa,--disable-osmesa,"
|
||||
PACKAGECONFIG[vg] = "--enable-vg,--disable-vg,virtual/libvg"
|
||||
PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,virtual/libgl wayland"
|
||||
|
||||
Reference in New Issue
Block a user