packages/rxvt-unicode/rxvt-unicode_7.7.bb : fix libxpm depend and finding
authorGraeme Gregory <dp@xora.org.uk>
Thu, 11 May 2006 10:42:18 +0000 (10:42 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 11 May 2006 10:42:18 +0000 (10:42 +0000)
in staging.

packages/rxvt-unicode/rxvt-unicode_7.7.bb

index 14eb252..233eabb 100644 (file)
@@ -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