diff options
-rw-r--r-- | meta-oe/recipes-graphics/xorg-app/xterm_277.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_277.bb b/meta-oe/recipes-graphics/xorg-app/xterm_277.bb index f68e23ce6d..18abe35234 100644 --- a/meta-oe/recipes-graphics/xorg-app/xterm_277.bb +++ b/meta-oe/recipes-graphics/xorg-app/xterm_277.bb | |||
@@ -15,6 +15,7 @@ EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \ | |||
15 | --disable-setuid" | 15 | --disable-setuid" |
16 | 16 | ||
17 | do_configure() { | 17 | do_configure() { |
18 | gnu-configize --force | ||
18 | sed -e "s%/usr/contrib/X11R6%${STAGING_LIBDIR}%g" -i configure | 19 | sed -e "s%/usr/contrib/X11R6%${STAGING_LIBDIR}%g" -i configure |
19 | oe_runconf | 20 | oe_runconf |
20 | } | 21 | } |