~mcbits/maya/fix-1420633

« back to all changes in this revision

Viewing changes to core/maya-calendar.pc.cmake

  • Committer: Corentin Noël
  • Date: 2016-10-30 23:15:16 UTC
  • Revision ID: corentin@elementary.io-20161030231516-lly3z72aw8qzk2xa
Finish with the kill of kittens

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
prefix=@PREFIX@
2
 
exec_prefix=@DOLLAR@{prefix}
3
 
libdir=@DOLLAR@{prefix}/lib
4
 
includedir=@DOLLAR@{prefix}/include/
 
1
prefix=@CMAKE_INSTALL_PREFIX@
 
2
exec_prefix=${prefix}
 
3
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
 
4
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
5
5
 
6
6
Name: Maya
7
7
Description: Maya headers
8
 
Version: 0.2
 
8
Version: @CORE_LIB_VERSION@
9
9
Libs: -lmaya-calendar
10
 
Cflags: -I@DOLLAR@{includedir}/maya-calendar
11
 
Requires: gobject-2.0 gthread-2.0 glib-2.0 gio-2.0 gee-0.8 gtk+-3.0 granite libecal-1.2 libical gmodule-2.0
 
 
b'\\ No newline at end of file'
 
10
Cflags: -I${includedir}/maya-calendar
 
11
Requires: gobject-2.0 gthread-2.0 glib-2.0 gio-2.0 gee-0.8 gtk+-3.0 granite libecal-1.2 libical gmodule-2.0