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>
41 lines
484 B
Plaintext
41 lines
484 B
Plaintext
*~
|
|
*.swp
|
|
*.o
|
|
*.lo
|
|
*.la
|
|
kmscon
|
|
/test_*
|
|
Makefile
|
|
Makefile.in
|
|
aclocal.m4
|
|
autom4te.cache/
|
|
build-aux/
|
|
config.h
|
|
config.h.in
|
|
config.h.in~
|
|
config.log
|
|
config.status
|
|
configure
|
|
*.tar.bz2
|
|
libtool
|
|
libeloop.pc
|
|
libtsm.pc
|
|
libuterm.pc
|
|
m4/
|
|
stamp-*
|
|
.deps
|
|
.dirstamp
|
|
.libs
|
|
genshader
|
|
genunifont
|
|
src/static_shaders.c
|
|
src/genshader.c
|
|
src/text_font_unifont_data.c
|
|
docs/reference/*.txt
|
|
docs/reference/*.bak
|
|
docs/reference/kmscon.????*
|
|
docs/reference/*.stamp
|
|
docs/reference/version.xml
|
|
docs/reference/*/
|
|
wlterm
|