diff options
-rw-r--r-- | recipes/lesstif/lesstif_0.95.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/lesstif/lesstif_0.95.0.bb b/recipes/lesstif/lesstif_0.95.0.bb index cb348e70db..5af87e3d41 100644 --- a/recipes/lesstif/lesstif_0.95.0.bb +++ b/recipes/lesstif/lesstif_0.95.0.bb @@ -1,7 +1,7 @@ SECTION = "libs" DESCRIPTION = "Free OSM/Motif implementation." LICENSE = "LGPL" -PR = "r1" +PR = "r2" SRC_URI = "\ ${SOURCEFORGE_MIRROR}/lesstif/${BP}.tar.bz2 \ @@ -40,7 +40,7 @@ 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 --without-motif \ - --x-includes=. \ + --x-includes=. --x-libraries=. \ " PACKAGES += "${PN}-bin" |