summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2007-05-23 10:49:02 -0400
committerRay Strode <rstrode@redhat.com>2007-05-23 10:49:02 -0400
commitd56a6b38c7f82081437dc50e9e49f1927eb26168 (patch)
tree773fe8d0b9a46f1c9576840b4c382ceba8d57956 /configure.ac
parent538870c37c0ac0c9a60d31a6f7b2e6600113e275 (diff)
downloadplymouth-d56a6b38c7f82081437dc50e9e49f1927eb26168.tar.gz
plymouth-d56a6b38c7f82081437dc50e9e49f1927eb26168.tar.xz
plymouth-d56a6b38c7f82081437dc50e9e49f1927eb26168.zip
split off image libs separate from project global libs
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 7 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index f670c5c..8e0828d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,9 +27,13 @@ ALL_LINGUAS=""
IT_PROG_INTLTOOL
PKG_PROG_PKG_CONFIG
-PKG_CHECK_MODULES(PLYMOUTH, [libpng >= 1.2.16
-
-])
+PKG_CHECK_MODULES(IMAGE, [libpng >= 1.2.16 ])
+AC_SUBST(IMAGE_CFLAGS)
+AC_SUBST(IMAGE_LIBS)
+
+PLYMOUTH_CFLAGS=""
+PLYMOUTH_LIBS="-lm"
+
AC_SUBST(PLYMOUTH_CFLAGS)
AC_SUBST(PLYMOUTH_LIBS)