Package Details: libleif 1.0-2

Git Clone URL: https://aur.archlinux.org/libleif.git (read-only, click to copy)
Package Base: libleif
Description: Minimal, configurable & GPU accelerated Immediate Mode UI Library written with modern OpenGL
Upstream URL: https://github.com/cococry/leif
Keywords: c, imgui opengl, ui,
Licenses: GPL
Provides: libleif
Submitter: cococry
Maintainer: OfficialKris
Last Packager: OfficialKris
Votes: 1
Popularity: 0.007858
First Submitted: 2024-05-11 19:30 (UTC)
Last Updated: 2025-10-14 22:20 (UTC)

Dependencies (6)

Required by (0)

Sources (1)

Latest Comments

OfficialKris commented on 2025-09-23 05:03 (UTC) (edited on 2025-09-23 05:03 (UTC) by OfficialKris)

Great package! It seems like there needs to be a dependency on the cglm and libclipboard-git AUR packages. Otherwise, I get

leif.c:14:10: fatal error: libclipboard.h: No such file or directory
   14 | #include <libclipboard.h>
      |          ^~~~~~~~~~~~~~~~
compilation terminated.

and

include/leif/leif.h:4:10: fatal error: cglm/cglm.h: No such file or directory
    4 | #include <cglm/cglm.h>
      |          ^~~~~~~~~~~~~
compilation terminated.

alesar1 commented on 2024-06-18 08:27 (UTC)

cglm and libclipboard dependencies are missing.