diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-05-30 20:22:55 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-05-30 20:22:55 +0000 |
commit | b9fd2440e0a146564d1c88ab8b84c314c1e55e18 (patch) | |
tree | 3e4d33257cf6bf3c717c4d0344ee0bd86f81e9d3 /packages/evince/evince_0.9.0.bb | |
parent | f08392f208df49e0c1376073626222cdb417fe42 (diff) |
evince_0.9.0.bb : on my kde system trying to run scrollkeeper just hangs
forever so removing it the brutal way as the --disable-scrollkeeper
seems to be a no-op
Diffstat (limited to 'packages/evince/evince_0.9.0.bb')
-rw-r--r-- | packages/evince/evince_0.9.0.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/evince/evince_0.9.0.bb b/packages/evince/evince_0.9.0.bb index 8689d1d371..64e2e41275 100644 --- a/packages/evince/evince_0.9.0.bb +++ b/packages/evince/evince_0.9.0.bb @@ -9,7 +9,8 @@ PR = "r1" inherit gnome pkgconfig gtk-icon-cache SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/evince/0.9/${PN}-${PV}.tar.bz2 \ - file://no-icon-theme.diff;patch=1;pnum=0" + file://no-icon-theme.diff;patch=1;pnum=0 \ + file://no-help-dir.patch;patch=1" -EXTRA_OECONF = "--without-libgnome --disable-thumbnailer" +EXTRA_OECONF = "--without-libgnome --disable-thumbnailer --disable-scrollkeeper" |