3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: libxfce4ui: Build with GTK+ 3 support.

* gnu/packages/xfce.scm (libxfce4ui)[propagated-inputs]: Add gtk+.
This commit is contained in:
宋文武 2015-08-30 21:07:51 +08:00
parent 1921b1de07
commit 75beb7e178

View file

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