[X2Go-Commits] [x2gokdrive] 01/02: debian/rules.flags: disable building Xorg DDX.

git-admin at x2go.org git-admin at x2go.org
Wed Oct 30 06:48:32 CET 2019


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

x2go pushed a commit to branch master
in repository x2gokdrive.

commit b15ef28ef57c953d04c3543c3b33e9ce0ef556fa
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed Oct 30 06:47:13 2019 +0100

    debian/rules.flags: disable building Xorg DDX.
    
    We don't need it and it's only inflating build times.
    
    Older X.Org patches will need to be modified to define the version
    variable, but we can do that as we go and accept build failures for the
    time being.
---
 debian/changelog   | 4 ++++
 debian/rules.flags | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 149bbfc..7136d92 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -116,5 +116,9 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium
       and escaping within subshell calls a lot easier.
   * debian/rules.flags:
     + Define NULL variable and use it throughout the file.
+    + Disable building Xorg DDX. We don't need it and it's only inflating
+      build times. Older X.Org patches will need to be modified to define the
+      version variable, but we can do that as we go and accept build failures
+      for the time being.
 
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Tue, 04 Jun 2019 14:10:43 +0200
diff --git a/debian/rules.flags b/debian/rules.flags
index f86fd2c..0cf0a5b 100644
--- a/debian/rules.flags
+++ b/debian/rules.flags
@@ -31,7 +31,7 @@ confflags += \
 	--enable-dbe \
 	--disable-xf86bigfont \
 	--enable-dpms \
-	--enable-xorg \
+	--disable-xorg \
 	--disable-linux-acpi \
 	--disable-linux-apm \
 	--disable-xquartz \

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


More information about the x2go-commits mailing list