mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 15:29:40 +01:00
mesa-dri: LEAD_SONAME shouldn't be needed now, when we're packaging each lib in separate package
(From OE-Core rev: 403a1b0c4bb83165b4c18db42d648e44107ea2ee) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8a46f88e3f
commit
81931261a9
@@ -3,8 +3,6 @@ include mesa-${PV}.inc
|
||||
include mesa-dri.inc
|
||||
PR = "${INC_PR}.0"
|
||||
|
||||
LEAD_SONAME = "libGL.so.1"
|
||||
|
||||
EXTRA_OECONF += "--with-dri-drivers=swrast,i915,i965"
|
||||
|
||||
COMPATIBLE_HOST = '(i.86.*-linux|x86_64.*-linux)'
|
||||
|
||||
@@ -15,8 +15,6 @@ PACKAGES =+ "${PN}-xprogs"
|
||||
|
||||
FILES_${PN}-xprogs = "${bindir}/glxdemo ${bindir}/glxgears ${bindir}/glxheads ${bindir}/glxinfo"
|
||||
|
||||
LEAD_SONAME = "libGL.so.1"
|
||||
|
||||
do_configure_prepend () {
|
||||
cp ${WORKDIR}/matypes.h ${S}/src/mesa/x86
|
||||
touch ${S}/src/mesa/x86/matypes.h
|
||||
|
||||
Reference in New Issue
Block a user