From 2ed3c60d8b50f624ba384890a0189a5e4771a426 Mon Sep 17 00:00:00 2001 From: Robert Schuster Date: Tue, 25 Nov 2008 15:38:47 +0100 Subject: [PATCH] lesstif 0.95.0: Provide faked -x-include argument to fix compilation of configure tests. --- packages/lesstif/lesstif_0.95.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/lesstif/lesstif_0.95.0.bb b/packages/lesstif/lesstif_0.95.0.bb index 6a01a9c72b..bfc41b8f50 100644 --- a/packages/lesstif/lesstif_0.95.0.bb +++ b/packages/lesstif/lesstif_0.95.0.bb @@ -39,7 +39,8 @@ addtask preconfigure after do_patch before do_configure EXTRA_OECONF = "\ --with-gnu-ld --disable-verbose --disable-build-12 --disable-build-20 \ - --enable-build-21 --enable-xrender --enable-production \ + --enable-build-21 --enable-xrender --enable-production --without-motif \ + --x-includes=. \ " PACKAGES += "${PN}-bin" -- 2.47.2