Minor build related changes
This commit is contained in:
parent
9d68f73d5c
commit
eff36cd8f0
|
@ -14,5 +14,8 @@ tab_width = 8
|
||||||
[*.{py,sh}]
|
[*.{py,sh}]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|
||||||
|
[{Makefile.am,Makefile.sources,configure.ac}]
|
||||||
|
tab_width = 8
|
||||||
|
|
||||||
[{CMakeLists.txt,*.cmake}]
|
[{CMakeLists.txt,*.cmake}]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
|
@ -539,8 +539,8 @@ Additional shapers (the more the merrier):
|
||||||
|
|
||||||
Platform shapers (not normally needed):
|
Platform shapers (not normally needed):
|
||||||
CoreText: ${have_coretext}
|
CoreText: ${have_coretext}
|
||||||
Uniscribe: ${have_uniscribe}
|
|
||||||
DirectWrite: ${have_directwrite}
|
DirectWrite: ${have_directwrite}
|
||||||
|
Uniscribe: ${have_uniscribe}
|
||||||
|
|
||||||
Other features:
|
Other features:
|
||||||
Documentation: ${enable_gtk_doc}
|
Documentation: ${enable_gtk_doc}
|
||||||
|
|
Loading…
Reference in New Issue