diff options
Diffstat (limited to 'pkgconfig-sdk/mm-keysound.pc.in')
-rw-r--r-- | pkgconfig-sdk/mm-keysound.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgconfig-sdk/mm-keysound.pc.in b/pkgconfig-sdk/mm-keysound.pc.in new file mode 100644 index 0000000..f96c687 --- /dev/null +++ b/pkgconfig-sdk/mm-keysound.pc.in @@ -0,0 +1,11 @@ +prefix = @prefix@ +exec_prefix= @exec_prefix@ +libdir = @libdir@ +includedir = @includedir@ + +Name : mmfkeysound +Description : Multimedia Framework Key Sound Library +Requires : mm-common +Version : @VERSION@ +Libs : -L${libdir} -lmmfkeysound +Cflags : -I${includedir}/mmf |