mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 09:32:12 +02:00
gdk-pixbuf: Fix lsb builds where dependency may be missing
We turn on the xlib depdendency for linuxstdbase builds but were missing the dependency on libx11. This adds the missing dependency. (From OE-Core rev: 89c3eb5247d9d15f0beaf397d2aa5332007f229a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -9,6 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
|
||||
SECTION = "libs"
|
||||
|
||||
DEPENDS = "libpng glib-2.0 jpeg"
|
||||
DEPENDS_append_linuxstdbase = " virtual/libx11"
|
||||
|
||||
SRC_URI = "http://ftp.acc.umu.se/pub/GNOME/sources/gdk-pixbuf/2.24/gdk-pixbuf-${PV}.tar.xz \
|
||||
file://configure_nm.patch \
|
||||
|
||||
Reference in New Issue
Block a user