1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 21:26:35 +01:00

Add info about DISABLE_X11 usage

This commit is contained in:
Ansa89
2014-09-04 19:20:51 +02:00
parent 934459dea8
commit 3ac22fafe4
2 changed files with 2 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ Toxic is a [Tox](https://tox.im)-based instant messenging client which formerly
* You can add specific flags to the Makefile with `USER_CFLAGS=""` and/or `USER_LDFLAGS=""`
* You can pass your own flags to the Makefile with `CFLAGS=""` and/or `LDFLAGS=""` (this will supersede the default ones)
* Additional features are automatically enabled if all dependencies are found, but you can disable them by using special variables:
* `DISABLE_X11=1` → build toxic without X11 support (needed for focus tracking)
* `DISABLE_AV=1` → build toxic without audio call support
* `DISABLE_SOUND_NOTIFY=1` → build toxic without sound notifications support
* `DISABLE_DESKTOP_NOTIFY=1` → build toxic without desktop notifications support