diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2012-09-26 18:56:41 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@googlemail.com> | 2012-09-26 18:56:41 +0200 |
commit | f9de068a09b06cb73071a602e3b63bad9d23cab8 (patch) | |
tree | cc5d756c173eb1fccb81a7205034996c64957875 /.gitignore | |
parent | f2081c84ee182362429143465edf264aec6d66aa (diff) |
build: update autotools logic and add "wlterm" application
Sorry for the big commit, but I was working on the wlterm application and
then thought I can rework the whole configure-logic again. This mainly
renames all build-defines to BUILD_DEFINE_* and BUILD_HAVE_* and allows
specifying which applications to build via --enable-kmscon/--enable-wlterm
and similar.
wlterm is a new application which is a native wayland client with no
external dependencies. It serves several purposes:
* It uses TSM (not yet implemented, but will come soon) to create a
console independent from kmscon. This shows how TSM can easily be used
to create independent terminal emulators.
* It is a native wayland application (probably the first independent
wayland app so far?) and is used to test how well the wayland API
works. As wayland is still under heavy development, we need more
application-writers who report back whether the wayland-API makes
sense to them and whether it works correctly.
* A proper terminal-emulator for wayland! There is currently no proper
emulator so we really need something that we can work with.
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,4 +37,4 @@ docs/reference/kmscon.????* docs/reference/*.stamp docs/reference/version.xml docs/reference/*/ -gtk-doc.make +wlterm |