diff options
Diffstat (limited to 'pkgconfig/mm-sound.pc.in')
-rw-r--r-- | pkgconfig/mm-sound.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgconfig/mm-sound.pc.in b/pkgconfig/mm-sound.pc.in new file mode 100644 index 0000000..100cfbd --- /dev/null +++ b/pkgconfig/mm-sound.pc.in @@ -0,0 +1,11 @@ +prefix = @prefix@ +exec_prefix= @exec_prefix@ +libdir = @libdir@ +includedir = @includedir@ + +Name : mmfsound +Description : Multimedia Framework Sound Library +Requires : mm-keysound avsysaudio mm-session glib-2.0 vconf +Version : @VERSION@ +Libs : -L${libdir} -lmmfsound +Cflags : -I${includedir}/mmf |