From fc3b0b629712a345f220648a02fd69b6827d7209 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Thu, 2 Sep 2004 22:31:02 +0000 Subject: apply patch from Florian Boor to fix LDFLAGS BKrev: 41379f26SXyZmhqaGdRv3Fz2Ow5kIw --- dasher/dasher-gpe_0.0cvs20040828.oe | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'dasher') diff --git a/dasher/dasher-gpe_0.0cvs20040828.oe b/dasher/dasher-gpe_0.0cvs20040828.oe index b6152a530e..dfcca60c77 100644 --- a/dasher/dasher-gpe_0.0cvs20040828.oe +++ b/dasher/dasher-gpe_0.0cvs20040828.oe @@ -1,3 +1,5 @@ + +PR = "r1" DEPENDS = "libxsettings-client libglade xtst gconf gtk+" SRC_URI = "cvs://anonymous@anoncvs.gnome.org/cvs/gnome;module=dasher;date=20040828 \ @@ -8,13 +10,15 @@ FILES_${PN} += "${datadir}/dasher" inherit autotools + +EXTRA_OECONF = "--with-gpe --without-gnome --without-speech --without-a11y" +LDFLAGS_append = '-Wl,--export-dynamic' + do_configure_prepend() { rm -f m4/libtool.m4 intltoolize --force } -EXTRA_OECONF = "--with-gpe --without-gnome --without-speech --without-a11y" - do_install_append () { install -d ${D}${datadir}/pixmaps/ mv ${D}${datadir}/icons/dasher.png ${D}${datadir}/pixmaps/ -- cgit v1.2.3