python312Packages.jax: 0.4.38 -> 0.5.0 (#374810)
[NixPkgs.git] / pkgs / development / libraries / libui / libui.pc
blob42ee86fb550f307c5563f0aa449a1553715e1eff
1 prefix=@out@
2 exec_prefix=${prefix}
3 libdir=${exec_prefix}/lib
4 includedir=${exec_prefix}/include
6 Name: libui
7 Description: Simple and portable (but not inflexible) GUI library
8 Version: @version@
10 Libs: -L${libdir} -lui
11 Cflags: -I${includedir}