From 546d09a9d90962c0e7fdd47f90e022c531e59aab Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Mon, 10 May 2021 16:57:12 +0200 Subject: gnu: cairo: Remove duplicate input. This is a follow-up to bb8be806b5e6bcbe83ae1ebfce71a3881cf23015. * gnu/packages/gtk.scm (cairo)[inputs]: Remove the extra FONTCONFIG. While at it, reintroduce source code comments that disappeared with the same commit. --- gnu/packages/gtk.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 2ed28af03f..120a4af1e8 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -162,8 +162,8 @@ tools have full access to view and control running applications.") ;; "--enable-cogl=yes" ;; "--enable-directfb=yes" ;; "--enable-vg=yes" - "--enable-tee=yes" - "--enable-xml=yes" + "--enable-tee=yes" ;needed for GNU IceCat + "--enable-xml=yes" ;for cairo-xml support (string-append "--with-html-dir=" (assoc-ref %outputs "doc") "/share/gtk-doc/html")))) @@ -180,7 +180,6 @@ tools have full access to view and control running applications.") `( ;; ("cogl" ,cogl) ;; ("directfb" ,directfb) ("fontconfig" ,fontconfig) - ("fontconfig" ,fontconfig) ("freetype" ,freetype) ("glib" ,glib) ;; ("gtk+" ,gtk+) -- cgit v1.2.3