diff options
author | Phil Blundell <philb@gnu.org> | 2004-09-02 22:31:02 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-09-02 22:31:02 +0000 |
commit | fc3b0b629712a345f220648a02fd69b6827d7209 (patch) | |
tree | 3b162c004f230fec24a2ff1452b22b889f211e01 /dasher | |
parent | 99ff6259330fa1a25d2b5c184a58355dc93dbf4e (diff) |
apply patch from Florian Boor to fix LDFLAGS
BKrev: 41379f26SXyZmhqaGdRv3Fz2Ow5kIw
Diffstat (limited to 'dasher')
-rw-r--r-- | dasher/dasher-gpe_0.0cvs20040828.oe | 8 |
1 files changed, 6 insertions, 2 deletions
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/ |