diff options
Diffstat (limited to 'libXaw/xaw6.pc.in')
-rw-r--r-- | libXaw/xaw6.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libXaw/xaw6.pc.in b/libXaw/xaw6.pc.in new file mode 100644 index 000000000..537df326b --- /dev/null +++ b/libXaw/xaw6.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: Xaw +Description: X Athena Widgets Library, version 6 +Version: @PACKAGE_VERSION@ +Requires: xproto xt xmu +Requires.private: x11 xext xt xmu +Cflags: -I${includedir} +Libs: -L${libdir} -lXaw6 |