DEPENDS = "virtual/libc x11 xft" 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 \ output. It also supports mixing multiple fonts at the \ same time, including Xft fonts." SRC_URI = "${SOURCEFORGE_MIRROR}/rxvt-unicode/rxvt-unicode-${PV}.tar.bz2 \ file://${FILESDIR}/xim.patch;patch=1 \ file://${FILESDIR}/include.patch;patch=1" inherit autotools EXTRA_OECONF = "--disable-menubar \ --enable-ttygid \ --with-term=rxvt \ --enable-transparency \ --disable-xim \ --with-x=${STAGING_LIBDIR}/.. \ --enable-shared \ --disable-static \ --enable-xft" EXTRA_OEMAKE = "'XINC=-I${STAGING_INCDIR}' \ 'XLIB=-L${STAGING_LIBDIR} -lX11'" #CFLAGS_append = " -I${S}/W11" #CPPFLAGS_append = "-I${S}/W11" do_configure () { if test -e ${STAGING_BINDIR}/${HOST_SYS}-libtool; then STAGING_DIR=${STAGING_DIR} \ ${HOST_SYS}-libtoolize -c -f fi ./reconf oe_runconf cat >>config.h <