Home | History | Annotate | Download | only in efl
      1 prefix=@CMAKE_INSTALL_PREFIX@
      2 exec_prefix=${prefix}
      3 libdir=${exec_prefix}/lib
      4 includedir=${prefix}/include
      5 datadir=${prefix}/share/@WebKit_LIBRARY_NAME@-@PROJECT_VERSION_MAJOR@
      6 
      7 Name: WebKit-EFL
      8 Description: Web content engine for EFL applications
      9 Version: @PROJECT_VERSION@
     10 Requires: cairo evas ecore
     11 Libs: -L${libdir} -lewebkit @EXTRA_EWEBKIT_LINK@
     12 Libs.private: @LIBS_PRIVATE@
     13 Cflags: -I${includedir}/@WebKit_LIBRARY_NAME@-@PROJECT_VERSION_MAJOR@
     14