guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: ibus: Enable wayland support.


From: Efraim Flashner
Subject: 01/02: gnu: ibus: Enable wayland support.
Date: Mon, 13 Nov 2017 03:20:04 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit ce12b3115762b672d9b8f3699f9ae57c5c033914
Author: Efraim Flashner <address@hidden>
Date:   Sun Nov 12 22:06:26 2017 +0200

    gnu: ibus: Enable wayland support.
    
    * gnu/packages/ibus.scm (ibus)[arguments]: Add configure flag to enable
    wayland support.
    [inputs]: Add wayland.
---
 gnu/packages/ibus.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm
index a74c321..fa06a00 100644
--- a/gnu/packages/ibus.scm
+++ b/gnu/packages/ibus.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2015, 2016, 2017 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2015 Andreas Enge <address@hidden>
 ;;; Copyright © 2016 Chris Marusich <address@hidden>
+;;; Copyright © 2017 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -54,7 +55,8 @@
    (build-system glib-or-gtk-build-system)
    (arguments
     `(#:tests? #f  ; tests fail because there's no connection to dbus
-      #:configure-flags '("--disable-emoji-dict") ; cannot find emoji.json path
+      #:configure-flags '("--disable-emoji-dict" ; cannot find emoji.json path
+                          "--enable-wayland")
       #:make-flags
       (list "CC=gcc"
             (string-append "pyoverridesdir="
@@ -111,6 +113,7 @@
       ("libnotify" ,libnotify)
       ("libx11" ,libx11)
       ("setxkbmap" ,setxkbmap)
+      ("wayland" ,wayland)
       ("xmodmap" ,xmodmap)
       ("iso-codes" ,iso-codes)
       ("pygobject2" ,python2-pygobject)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]