summaryrefslogtreecommitdiff
path: root/Build/source/libs/pixman/ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-11-28 15:20:35 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-11-28 15:20:35 +0000
commit47baf8a4b3da7f646d9ebd1cf5f8ce3d924ebf23 (patch)
treeab86056c490995f26ff7fcc1032717efa7db7df4 /Build/source/libs/pixman/ac
parent64b39cb80d70920b691c3b74550b9431b25de4af (diff)
libs/pixman, libs/cairo: Added for future MetaPost
git-svn-id: svn://tug.org/texlive/trunk@28383 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/pixman/ac')
-rw-r--r--Build/source/libs/pixman/ac/pixman.ac9
-rw-r--r--Build/source/libs/pixman/ac/withenable.ac7
2 files changed, 16 insertions, 0 deletions
diff --git a/Build/source/libs/pixman/ac/pixman.ac b/Build/source/libs/pixman/ac/pixman.ac
new file mode 100644
index 00000000000..f5475081c4d
--- /dev/null
+++ b/Build/source/libs/pixman/ac/pixman.ac
@@ -0,0 +1,9 @@
+## libs/pixman/ac/pixman.ac: configure.ac fragment for the TeX Live subdirectory libs/pixman/
+dnl
+dnl Copyright (C) 2012 Peter Breitenlohner <tex-live@tug.org>
+dnl You may freely use, modify and/or distribute this file.
+dnl
+## basic check of system pixman
+KPSE_TRY_LIB([pixman],
+ [#include <pixman.h>],
+ [const char *s = pixman_version_string();])
diff --git a/Build/source/libs/pixman/ac/withenable.ac b/Build/source/libs/pixman/ac/withenable.ac
new file mode 100644
index 00000000000..53268928965
--- /dev/null
+++ b/Build/source/libs/pixman/ac/withenable.ac
@@ -0,0 +1,7 @@
+## libs/pixman/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory libs/pixman/
+dnl
+dnl Copyright (C) 2012 Peter Breitenlohner <tex-live@tug.org>
+dnl You may freely use, modify and/or distribute this file.
+dnl
+## configure options and TL libraries required for pixman
+KPSE_WITH_LIB([pixman])