Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
zathura
Commits
359fc9a6
Commit
359fc9a6
authored
Oct 08, 2015
by
Sebastian Ramacher
Browse files
Update comment
Signed-off-by:
Sebastian Ramacher
<
sebastian+dev@ramacher.at
>
parent
321e27ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
config.mk
View file @
359fc9a6
...
...
@@ -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
syn
c
tex
with libsynctex
set WITH_SYNCTEX to 0.
WITH_SYNCTEX
?=
$(
shell
(
${PKG_CONFIG}
synctex
&&
echo
1
)
||
echo
0
)
# mimetype detection
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment