diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-05-11 10:42:18 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-11 10:42:18 +0000 |
commit | 98fff6a6821439b5788690c53735893cbd7aa658 (patch) | |
tree | 007cc5b744083d19cd8c14d688466189ae3a0708 /packages/rxvt-unicode | |
parent | 99a4653b407342600f538344ca0484f697266955 (diff) |
packages/rxvt-unicode/rxvt-unicode_7.7.bb : fix libxpm depend and finding
in staging.
Diffstat (limited to 'packages/rxvt-unicode')
-rw-r--r-- | packages/rxvt-unicode/rxvt-unicode_7.7.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/rxvt-unicode/rxvt-unicode_7.7.bb b/packages/rxvt-unicode/rxvt-unicode_7.7.bb index 14eb25294d..233eabb9ac 100644 --- a/packages/rxvt-unicode/rxvt-unicode_7.7.bb +++ b/packages/rxvt-unicode/rxvt-unicode_7.7.bb @@ -1,5 +1,5 @@ SECTION = "x11/utils" -DEPENDS = "libx11 libxt libxft" +DEPENDS = "libx11 libxt libxft libxpm" DESCRIPTION = "rxvt-unicode is a clone of the well known \ terminal emulator rxvt, modified to store text in Unicode \ (either UCS-2 or UCS-4) and to use locale-correct input and \ @@ -36,7 +36,9 @@ EXTRA_OECONF = "--enable-menubar --enable-xim \ --enable-xgetdefault \ --with-x=${STAGING_LIBDIR}/.. \ --enable-xpm-background \ - --disable-perl" + --disable-perl \ + --with-xpm-includes=${STAGING_INCDIR} \ + --with-xpm-libs=${STAGING_LIBDIR}" do_configure_prepend () { cp aclocal.m4 acinclude.m4 |