diff options
author | Peter Powell <petpow@saberuk.com> | 2019-07-16 11:52:17 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-07-16 11:52:17 +0100 |
commit | 5385944ae931ee755dce57082089f4032a83e944 (patch) | |
tree | e2c9431f8ac1b5faa634c3165f9a7733b37b02cf /src/modules/extra/m_geo_maxmind.cpp | |
parent | d83874d9c48e0a6c7af1decd5db9e26d5023ce67 (diff) |
Add package names for ArchLinux.
Diffstat (limited to 'src/modules/extra/m_geo_maxmind.cpp')
-rw-r--r-- | src/modules/extra/m_geo_maxmind.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/extra/m_geo_maxmind.cpp b/src/modules/extra/m_geo_maxmind.cpp index 6f84f31a3..767d00114 100644 --- a/src/modules/extra/m_geo_maxmind.cpp +++ b/src/modules/extra/m_geo_maxmind.cpp @@ -19,6 +19,7 @@ /// $CompilerFlags: find_compiler_flags("libmaxminddb" "") /// $LinkerFlags: find_linker_flags("libmaxminddb" "-lmaxminddb") +/// $PackageInfo: require_system("arch") libmaxminddb pkgconf /// $PackageInfo: require_system("darwin") libmaxminddb pkg-config /// $PackageInfo: require_system("debian" "9.0") libmaxminddb-dev pkg-config /// $PackageInfo: require_system("ubuntu" "16.04") libmaxminddb-dev pkg-config |