mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
rxvt-unicode: remove setting of LD_LIBRARY_PATH
This is no longer needed as we do not run tic at install time (From OE-Core rev: c73ab3c1ef27af0577617b0d992da535958b0aed) 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
efcb0a81d8
commit
5b8a9e3980
@@ -28,10 +28,6 @@ ALTERNATIVE_PATH = "${bindir}/rxvt"
|
|||||||
|
|
||||||
CFLAGS_append = " -fpermissive"
|
CFLAGS_append = " -fpermissive"
|
||||||
|
|
||||||
# This is necessary so that the "tic" command executed during the install can
|
|
||||||
# link with the correct libary in staging.
|
|
||||||
export LD_LIBRARY_PATH = "${STAGING_LIBDIR_NATIVE}"
|
|
||||||
|
|
||||||
EXTRA_OECONF = "--enable-menubar --enable-xim \
|
EXTRA_OECONF = "--enable-menubar --enable-xim \
|
||||||
--enable-utmp --enable-wtmp --enable-lastlog \
|
--enable-utmp --enable-wtmp --enable-lastlog \
|
||||||
--disable-strings --with-term=rxvt --enable-keepscrolling \
|
--disable-strings --with-term=rxvt --enable-keepscrolling \
|
||||||
|
|||||||
Reference in New Issue
Block a user