[X2Go-Commits] [pale-moon] 137/216: debian/control.in: move GTK build dependencies around and add GTK3 support if detected.

git-admin at x2go.org git-admin at x2go.org
Sat Feb 16 02:43:21 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 8be15bc61b4fd1143296eeb79552fdf5940dc858
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Fri Sep 21 22:58:11 2018 +0200

    debian/control.in: move GTK build dependencies around and add GTK3 support if detected.
---
 debian/changelog  | 1 +
 debian/control.in | 5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b433b55..9f196a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium
       section.
     - Move autotools build dependency around.
     - Add X11 build dependencies.
+    - Move GTK build dependencies around and add GTK3 support if detected.
   * 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 f66f8ad..1fe53fc 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -24,13 +24,16 @@ Build-Depends: autotools-dev,
                libx11-dev,
                libx11-xcb-dev,
                libxt-dev,
+%if GTK3
+               libgtk-3-dev,
+%endif
+               libgtk2.0-dev (>= 2.14),
         dpkg-dev (>= 1.16.1.1~),
 # standard build-deps
         python (>= 2.7),
         unzip,
         zip,
         pkg-config,
-        libgtk2.0-dev (>= 2.14),
         libglib2.0-dev (>= 2.16),
         libdbus-1-dev (>=0.60),
         libdbus-glib-1-dev (>= 0.60),

--
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