mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-30 17:34:55 +01:00
Update comment
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
321e27eaaa
commit
359fc9a6f2
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ PKG_CONFIG ?= pkg-config
|
|||
WITH_SQLITE ?= $(shell (${PKG_CONFIG} --atleast-version=3.5.9 sqlite3 && echo 1) || echo 0)
|
||||
|
||||
# synctex
|
||||
# To use the embedded copy of the syntex parser set WITH_SYSTEM_SYNCTEX to 0.
|
||||
# To disable support for synctex with libsynctex set WITH_SYNCTEX to 0.
|
||||
WITH_SYNCTEX ?= $(shell (${PKG_CONFIG} synctex && echo 1) || echo 0)
|
||||
|
||||
# mimetype detection
|
||||
|
|
Loading…
Reference in a new issue