[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60827] [PATCH 3/4] gnu: Add xforms-gl.
From: |
Jake Leporte |
Subject: |
[bug#60827] [PATCH 3/4] gnu: Add xforms-gl. |
Date: |
Sun, 15 Jan 2023 19:11:19 -0600 |
---
gnu/packages/xdisorg.scm | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index df82b7b..dedc191 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -3369,3 +3369,12 @@ (define-public xforms
called @code{fdesign} that allows you to design a GUI for a program directly
on the screen and which then writes out the necessary C code for it.")
(license license:lgpl2.1+))))
+
+(define-public xforms-gl
+ (package
+ (inherit xforms)
+ (name "xforms-gl")
+ (propagated-inputs (modify-inputs (package-propagated-inputs xforms)
+ (append mesa)))
+ (synopsis
+ "GUI toolkit for X based on the X11 Xlib library, with OpenGL support")))
--
2.34.1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#60827] [PATCH 3/4] gnu: Add xforms-gl.,
Jake Leporte <=