From: Koen Kooi Date: Wed, 26 Jul 2006 07:15:32 +0000 (+0000) Subject: emacs: depend on libx11 X-Git-Tag: Release-2010-05/1~9453^2~1127 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f236b09335ecd70d90105126d4b7aeafa8981055;p=openembedded.git emacs: depend on libx11 --- diff --git a/packages/emacs/emacs_cvs.bb b/packages/emacs/emacs_cvs.bb index bb2bb5e958..cba1372926 100644 --- a/packages/emacs/emacs_cvs.bb +++ b/packages/emacs/emacs_cvs.bb @@ -3,8 +3,11 @@ HOMEPAGE = "http://www.gnu.org/software/emacs/" LICENSE = "GPLv2" MAINTAINER = "Justin Patrin " SECTION = "editor" -DEPENDS = "qemu-native" -PR = "r0" +# full X (non-diet) is needed for X support +DEPENDS = "libx11" +# and it needs to run some generated binaries.. +DEPENDS += "qemu-native" +PR = "r1" SRC_URI = "cvs://anoncvs:anonymous@cvs.savannah.gnu.org/sources/emacs;module=emacs" # http://fabrice.bellard.free.fr/qemu/qemu-gnemul-0.5.3.tar.gz" @@ -12,8 +15,7 @@ S = "${WORKDIR}/emacs" inherit autotools -# full X (non-diet) is needed for X support -EXTRA_OECONF = "--without-x" +EXTRA_OECONF = "--with-x" #QEMU = "/usr/bin/qemu-arm -L ${WORKDIR}/usr/local/gnemul/qemu-arm -L ${STAGING_DIR}/${TARGET_SYS}" QEMU = "qemu-arm -L ${STAGING_DIR}/${TARGET_SYS}" @@ -39,4 +41,4 @@ do_compile_prepend() { find "${S}" -name Makefile | xargs sed -i 's:/usr/lib:${STAGING_LIBDIR}:g' cd ${S} make bootstrap -} \ No newline at end of file +}