guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: imgui: Add missing build files.


From: guix-commits
Subject: branch master updated: gnu: imgui: Add missing build files.
Date: Wed, 23 Feb 2022 22:06:52 -0500

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 74f9c8e47f gnu: imgui: Add missing build files.
74f9c8e47f is described below

commit 74f9c8e47f08826eff12b793e668d7e8c5898b0e
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Wed Feb 23 14:51:32 2022 -0500

    gnu: imgui: Add missing build files.
    
    * gnu/packages/toolkits.scm (imgui)[phases]: Add imgui_tables.cpp and
    imgui_widgets.cpp to the build phase.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/toolkits.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/toolkits.scm b/gnu/packages/toolkits.scm
index ee0cffa2f9..ba860014a4 100644
--- a/gnu/packages/toolkits.scm
+++ b/gnu/packages/toolkits.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2022 John Kehayias <john.kehayias@protonmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -69,6 +70,8 @@
                      "-o" "libimgui.so"
                      "imgui.cpp"
                      "imgui_draw.cpp"
+                     "imgui_tables.cpp"
+                     "imgui_widgets.cpp"
                      ;; Include the supported backends.
                      "backends/imgui_impl_glfw.cpp"
                      "backends/imgui_impl_sdl.cpp"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]