diff options
author | Justin Patrin <papercrane@gmail.com> | 2006-07-26 17:07:51 +0000 |
---|---|---|
committer | Justin Patrin <papercrane@gmail.com> | 2006-07-26 17:07:51 +0000 |
commit | 175e2780753ef215331518d0c555657af95a48fa (patch) | |
tree | 8cfd943b2f1534bed1a40f49b0625bd21b5bbb5b /packages/emacs | |
parent | 2163f23de82d09e0ef7517bf2cb76e6568c28691 (diff) |
x11: switch to virtual/x11 so that diet or full x11 can be selected
- emacs and synergy need full x11, hence libx11 instead of virtual/x11
- any other packages which depend on a full x11 will need the same change
Diffstat (limited to 'packages/emacs')
-rw-r--r-- | packages/emacs/emacs_cvs.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/emacs/emacs_cvs.bb b/packages/emacs/emacs_cvs.bb index 1ee8d0ecbc..e1ab949d0a 100644 --- a/packages/emacs/emacs_cvs.bb +++ b/packages/emacs/emacs_cvs.bb @@ -4,7 +4,7 @@ LICENSE = "GPLv2" MAINTAINER = "Justin Patrin <papercrane@reversefold.com>" SECTION = "editor" # full X (non-diet) is needed for X support -#DEPENDS = "libx11" +DEPENDS = "libx11" # and it needs to run some generated binaries.. DEPENDS += "qemu-native" PR = "r2" @@ -16,7 +16,7 @@ S = "${WORKDIR}/emacs" inherit autotools -EXTRA_OECONF = "--without-x" +#EXTRA_OECONF = "--without-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}" |