diff options
Diffstat (limited to 'qemu/pixman/pixman-1.pc.in')
-rw-r--r-- | qemu/pixman/pixman-1.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/qemu/pixman/pixman-1.pc.in b/qemu/pixman/pixman-1.pc.in new file mode 100644 index 000000000..e3b9711ae --- /dev/null +++ b/qemu/pixman/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 + |