mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
mesa: format the packages list nicely
(From OE-Core rev: ca9c3f57c72f443b9efe5f0bd5cb9a7bb169ed30) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
efbf461c90
commit
e35d9ff065
@@ -39,7 +39,12 @@ EXCLUDE_FROM_WORLD = "1"
|
||||
# ie mesa-dri could be empty and mesa-dri-dev RDEPENDS on it
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
|
||||
PACKAGES =+ "libegl libegl-dev libegl-dbg libglu libglu-dev libosmesa libosmesa-dev libgl libgl-dev"
|
||||
PACKAGES =+ "libegl libegl-dev libegl-dbg \
|
||||
libglu libglu-dev \
|
||||
libosmesa libosmesa-dev \
|
||||
libgl libgl-dev \
|
||||
"
|
||||
|
||||
FILES_libegl = "${libdir}/libEGL.so.* ${libdir}/egl/*.so"
|
||||
FILES_libgl = "${libdir}/libGL.so.*"
|
||||
FILES_libglu = "${libdir}/libGLU.so.*"
|
||||
|
||||
Reference in New Issue
Block a user