diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-09-28 01:11:22 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-09-28 01:11:22 +0200 |
commit | c13ab756d9e0f0445d7591940745731d5cc9d0f4 (patch) | |
tree | 1933fb23188c2f9f4f1653a35588d7d655a80d54 /debian-devel | |
parent | 6fc988a64779e69016b426d170323d5288e94b9f (diff) | |
download | weechat-c13ab756d9e0f0445d7591940745731d5cc9d0f4.zip |
debian: add dependency on libxml2-dev for PHP plugin
Diffstat (limited to 'debian-devel')
-rw-r--r-- | debian-devel/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian-devel/control b/debian-devel/control index 04fc76a41..cc7685a70 100644 --- a/debian-devel/control +++ b/debian-devel/control @@ -16,7 +16,7 @@ Build-Depends: tcl8.6-dev, guile-2.0-dev, libv8-dev [amd64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel], - php7.1-dev, libphp7.1-embed, + php7.1-dev, libphp7.1-embed, libxml2-dev, libcurl4-gnutls-dev, libgcrypt20-dev, libgnutls28-dev, |