[X2Go-Commits] [pale-moon] 149/216: debian/control.in: add (optional) libvpx build dependency.

git-admin at x2go.org git-admin at x2go.org
Sat Feb 16 02:43:23 CET 2019


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository pale-moon.

commit 03b9a2a2cfe8f5eee53c58a4e6873dd1d5a43b7f
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Fri Sep 21 23:22:38 2018 +0200

    debian/control.in: add (optional) libvpx build dependency.
---
 debian/changelog  | 1 +
 debian/control.in | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 5829091..9717191 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -33,6 +33,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium
     - Add (optional) nspr build dependency.
     - Add (optional) nss build dependency.
     - Add (optional) sqlite build dependency.
+    - Add (optional) libvpx build dependency.
   * debian/rules:
     - Tabbify.
     - Add dh_testdir protection. Debian's firefox(-esr) package uses it.
diff --git a/debian/control.in b/debian/control.in
index f350209..ea91682 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -51,6 +51,9 @@ Build-Depends: autotools-dev,
 %if USE_SYSTEM_SQLITE
                libsqlite3-dev (>= 3.17.0),
 %endif
+%if USE_SYSTEM_VPX
+               libvpx-dev (>= 1.5.0),
+%endif
 # standard build-deps
         unzip,
         zip,

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git


More information about the x2go-commits mailing list