From 7fe60435bce6595a9c58a9bfd8244d74b5320e96 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 15 Jan 2013 08:46:13 +0100 Subject: Import DirectFB141_2k11R3_beta5 --- Source/SaWMan/sawman.pc.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 Source/SaWMan/sawman.pc.in (limited to 'Source/SaWMan/sawman.pc.in') diff --git a/Source/SaWMan/sawman.pc.in b/Source/SaWMan/sawman.pc.in new file mode 100755 index 0000000..62a1f4b --- /dev/null +++ b/Source/SaWMan/sawman.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: SaWMan +Description: Simple application and Window Manager +Version: @VERSION@ +Requires: directfb +Libs: -L${libdir} -lsawman +Cflags: -I@INCLUDEDIR@ -- cgit