all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: Add Xft support to FLTK.
@ 2016-04-17  2:50 Kei Yamashita
  2016-04-18 19:46 ` Leo Famulari
  2016-04-27 12:52 ` Ludovic Courtès
  0 siblings, 2 replies; 6+ messages in thread
From: Kei Yamashita @ 2016-04-17  2:50 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 59 bytes --]

This patch is in preparation for the Dillo browser package.

[-- Attachment #2: 0001-gnu-Add-Xft-support-to-FLTK.patch --]
[-- Type: application/octet-stream, Size: 1005 bytes --]

From 7755ae6d7afd46daed5fac1e626d1785b9875975 Mon Sep 17 00:00:00 2001
From: Kei Yamashita <kei@openmailbox.org>
Date: Sat, 16 Apr 2016 22:45:21 -0400
Subject: [PATCH] gnu: Add Xft support to FLTK.

* gnu/packages/fltk.scm (fltk)[inputs]: Add libxft.
---
 gnu/packages/fltk.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/fltk.scm b/gnu/packages/fltk.scm
index 4dec9bc..a0180c0 100644
--- a/gnu/packages/fltk.scm
+++ b/gnu/packages/fltk.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2014 John Darrington <jmd@gnu.org>
 ;;; Copyright © 2015 Eric Bavier <bavier@member.fsf.org>
 ;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
+;;; Copyright © 2016 Kei Yamashita <kei@openmailbox.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -52,6 +53,7 @@
     `(("libjpeg" ,libjpeg-8)     ;jpeg_read_header argument error in libjpeg-9
       ("libpng" ,libpng)
       ("libx11" ,libx11)
+      ("libxft" ,libxft)
       ("mesa" ,mesa)
       ("zlib" ,zlib)))
     (arguments
-- 
2.7.3


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-04-28 11:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-17  2:50 [PATCH] gnu: Add Xft support to FLTK Kei Yamashita
2016-04-18 19:46 ` Leo Famulari
2016-04-27 12:52 ` Ludovic Courtès
2016-04-27 22:54   ` Kei Yamashita
2016-04-28  4:25     ` 宋文武
2016-04-28 11:57       ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.