diff options
author | Pekka Paalanen <ppaalanen@gmail.com> | 2012-10-16 17:27:22 +0300 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-10-16 10:49:08 -0400 |
commit | 379d3d140d458a336910f3a5097074fd3dd5b759 (patch) | |
tree | 0fc4624d4ad0dd8895eb897a0264d859494a7a61 /clients | |
parent | 392c5f275ddf02fda0d8bfa35e25b6e8a0b86db9 (diff) | |
download | weston-379d3d140d458a336910f3a5097074fd3dd5b759.tar.gz weston-379d3d140d458a336910f3a5097074fd3dd5b759.tar.bz2 weston-379d3d140d458a336910f3a5097074fd3dd5b759.zip |
configure: build tablet-shell client conditionally
Do not build the tablet-shell client if --disable-tablet-shell is given.
Change --enable-tablet-shell to --disable-tablet-shell in ./configure
--help output, since it is enabled by default. Add a description.
Use proper quoting in the conditional.
Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
Diffstat (limited to 'clients')
-rw-r--r-- | clients/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clients/Makefile.am b/clients/Makefile.am index 7bc0d256..99a5e3f2 100644 --- a/clients/Makefile.am +++ b/clients/Makefile.am @@ -64,7 +64,11 @@ clients_programs = \ $(full_gl_client_programs) desktop_shell = weston-desktop-shell + +if ENABLE_TABLET_SHELL tablet_shell = weston-tablet-shell +endif + screenshooter = weston-screenshooter noinst_LIBRARIES = libtoytoolkit.a |