diff options
author | sanine <sanine.not@pm.me> | 2022-10-12 13:26:36 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-10-12 13:26:36 -0500 |
commit | f567ea1e2798fd3156a416e61f083ea3e6b95719 (patch) | |
tree | 53b51bda93aadf9dd13fcd77635b8c4b5c813768 /libs/pixman-0.40.0/pixman-1.pc.in | |
parent | 530ffd0b7d3c39757b20f00716e486b5caf89aff (diff) |
add pixman and libpngraylib
Diffstat (limited to 'libs/pixman-0.40.0/pixman-1.pc.in')
-rw-r--r-- | libs/pixman-0.40.0/pixman-1.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libs/pixman-0.40.0/pixman-1.pc.in b/libs/pixman-0.40.0/pixman-1.pc.in new file mode 100644 index 0000000..e3b9711 --- /dev/null +++ b/libs/pixman-0.40.0/pixman-1.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: Pixman +Description: The pixman library (version 1) +Version: @PACKAGE_VERSION@ +Cflags: -I${includedir}/pixman-1 +Libs: -L${libdir} -lpixman-1 + |