mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
pango: drop unexplainable elfutils dependency
In dafefa7bd4de518adb63ec19390b77a56cb65d8e elfutils was added as a build-dependency of Pango. However there is no such linkage inside Pango, and it builds fine without elfutils. (From OE-Core rev: 48051f19a1df55ffdf72f90e331e31d9ccc76b3e) Signed-off-by: Ross Burton <ross.burton@intel.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
9190cfd0a3
commit
c44cb07de0
@@ -10,7 +10,7 @@ SECTION = "libs"
|
||||
LICENSE = "LGPLv2.0+"
|
||||
|
||||
X11DEPENDS = "virtual/libx11 libxft"
|
||||
DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libiconv cairo elfutils harfbuzz"
|
||||
DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libiconv cairo harfbuzz"
|
||||
|
||||
PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
|
||||
PACKAGECONFIG[x11] = "--with-x,--without-x,${X11DEPENDS}"
|
||||
|
||||
Reference in New Issue
Block a user