diff options
author | Ahmad Fatoum <ahmad@a3f.at> | 2017-04-04 23:23:59 +0200 |
---|---|---|
committer | Roland Knall <rknall@gmail.com> | 2017-04-19 10:41:55 +0000 |
commit | cfab5ef035db7be8502623af203ab3494a9200e3 (patch) | |
tree | 2d848bbd7bd38baa818a817b9cda5b4b107f30a6 /CMakeOptions.txt | |
parent | d13c6d9628e3964697559e3509d9c1f8ec30ed9e (diff) | |
download | wireshark-cfab5ef035db7be8502623af203ab3494a9200e3.tar.gz wireshark-cfab5ef035db7be8502623af203ab3494a9200e3.tar.bz2 wireshark-cfab5ef035db7be8502623af203ab3494a9200e3.zip |
Add libxml2 as optional dependency
This can be used by dissectors that need to parse out-of-band
configuration.
Change-Id: I13c0a2f408fb5c21bad7ab3d7971e0fa8ed7d783
Reviewed-on: https://code.wireshark.org/review/20912
Reviewed-by: Roland Knall <rknall@gmail.com>
Diffstat (limited to 'CMakeOptions.txt')
-rw-r--r-- | CMakeOptions.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeOptions.txt b/CMakeOptions.txt index 8c05d35890..233a706a2e 100644 --- a/CMakeOptions.txt +++ b/CMakeOptions.txt @@ -88,6 +88,7 @@ endif() option(ENABLE_KERBEROS "Build with Kerberos support" ON) option(ENABLE_SBC "Build with SBC Codec support in RTP Player" ON) option(ENABLE_SPANDSP "Build with G.722/G.726 codecs support in RTP Player" ON) +option(ENABLE_LIBXML2 "Build with libxml2 support" ON) # How to install set(DUMPCAP_INSTALL_OPTION "normal" CACHE STRING "Permissions to install") set(DUMPCAP_INST_VALS "normal" "suid" "capabilities") |