mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
webkit-gtk: Replace superfluous "+=" with "=", and add leading space
(From OE-Core rev: 201fa631175bb0a32c53922c630d403493e61bad) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> 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
70bc9cfa05
commit
b882a12ef2
@@ -47,9 +47,9 @@ EXTRA_OECONF = "\
|
||||
"
|
||||
|
||||
#default unicode backend icu breaks in cross-compile when target and host are different endian type
|
||||
EXTRA_OECONF_append_powerpc += "--with-unicode-backend=glib"
|
||||
EXTRA_OECONF_append_powerpc = " --with-unicode-backend=glib"
|
||||
|
||||
CPPFLAGS_append_powerpc += "-I${STAGING_INCDIR}/pango-1.0 \
|
||||
CPPFLAGS_append_powerpc = " -I${STAGING_INCDIR}/pango-1.0 \
|
||||
-I${STAGING_LIBDIR}/glib-2.0/include \
|
||||
-I${STAGING_INCDIR}/glib-2.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user