diff options
Diffstat (limited to 'dasher/dasher-gpe_0.0cvs20040828.oe')
-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/ |