# HG changeset patch # User Ben Lau # Date 1236494892 -28800 # Node ID 4ae9888bbde6c938bacafe74e9b70ef5717d37ba # Parent d0408540458364d169f77fa5298b5eeff0fe09e0 Added libmbfly-uninstalled.pc.in to compile libmbfly-based application without installation of library diff -r d04085404583 -r 4ae9888bbde6 configure.ac --- a/configure.ac Sun Mar 08 11:47:14 2009 +0800 +++ b/configure.ac Sun Mar 08 14:48:12 2009 +0800 @@ -37,6 +37,7 @@ AC_CONFIG_FILES([Makefile libmbfly.pc + libmbfly-uninstalled.pc examples/Makefile examples/calculator/Makefile examples/svg2code_ex/Makefile diff -r d04085404583 -r 4ae9888bbde6 libmbfly-uninstalled.pc.in --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libmbfly-uninstalled.pc.in Sun Mar 08 14:48:12 2009 +0800 @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: libmbfly +Description: MadButterfly (http://www.assembla.com/spaces/MadButterfly) is a toolkit for GUI environment. It is designed for embedded system. It make GUI designers and programmers work seperately. Designer export their artifacts to files with SVG format. MadButterfly provides a tool to translate graphics in SVG into C code and a framework that programmer can manipulate graphics. It works like a Javascript programmer to manipulate DOM object. Programmers using MadButterfly manipulate objects corresponding to SVG tags to interact with users of application. +Version: @PACKAGE_VERSION@ +Requires: cairo >= 1.6.0 pangocairo +Libs: -L@abs_top_srcdir@/src/.libs -lmbfly +Cflags: -I@abs_top_srcdir@/include