diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-08-30 21:07:51 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-09-02 19:44:33 +0800 |
commit | 75beb7e178a008156d9a478c0c9531852c789b31 (patch) | |
tree | af704804e8d898ace31ff93601979470044812e5 /gnu/packages/xfce.scm | |
parent | 1921b1de0733eeb20c6255b04ac0c05325073ec8 (diff) | |
download | patches-75beb7e178a008156d9a478c0c9531852c789b31.tar patches-75beb7e178a008156d9a478c0c9531852c789b31.tar.gz |
gnu: libxfce4ui: Build with GTK+ 3 support.
* gnu/packages/xfce.scm (libxfce4ui)[propagated-inputs]: Add gtk+.
Diffstat (limited to 'gnu/packages/xfce.scm')
-rw-r--r-- | gnu/packages/xfce.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 2cbdeef794..992ffeae79 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -146,8 +146,9 @@ storage system.") `(("pkg-config" ,pkg-config) ("intltool" ,intltool))) (propagated-inputs - ;; libxfce4kbd-private-2.pc refers to all these. - `(("gtk+" ,gtk+-2) + `(("gtk+-2" ,gtk+-2) ; required by libxfce4ui-1.pc + ("gtk+-3" ,gtk+) ; required by libxfce4ui-2.pc + ;; libxfce4kbd-private-2.pc refers to all these. ("libxfce4util" ,libxfce4util) ("xfconf" ,xfconf))) (inputs `(("libsm" ,libsm) |