This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 5bd85c5ff53ba3e9fc529ac0b37036abc0db85b6 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat May 11 05:39:26 2019 +0200 debian/rules: enable GTK3 for now. --- debian/changelog | 2 ++ debian/rules | 3 +++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 0a398a1..70c13f5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ palemoon (28.5.0+repack-1-0x2go1) UNRELEASED; urgency=medium [ Mihai Moldovan ] * New downstream version (28.5.0): + * debian/rules: + - Enable GTK3 for now. * debian/patches: - Deactivate XLIB-compatible surface patch. We will need a "clean" build without it first. diff --git a/debian/rules b/debian/rules index 296a0d7..446cfbd 100755 --- a/debian/rules +++ b/debian/rules @@ -63,6 +63,9 @@ GTK3 ?= $(shell grep -q "platform_choices = .'cairo-gtk3'" toolkit/moz.configure # Hardcode GTK2 for now. GTK3=0 +# Enable GTK3 for tests. +GTK3=1 + BRANDING_CONFIGURE_FLAG = $(if $(filter $(BRANDING),$(OFFICIAL_BRANDING)),--enable-official-branding --enable-official-vendor,--with-branding=$(BRANDING) --disable-official-vendor) MOZ_APP_REMOTINGNAME := Palemoon -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git