Home | History | Annotate | Download | only in pkgconfig
      1 prefix=@prefix@
      2 exec_prefix=@exec_prefix@
      3 libdir=@libdir@
      4 includedir=@includedir@
      5 
      6 Name: libxcam
      7 Description: extended camera features
      8 Requires:
      9 Version: @XCAM_VERSION@
     10 Libs: -L${libdir} -lxcam_capi -lxcam_ocl -lxcam_core
     11 Cflags: -I${includedir}/xcam -I${includedir}
     12 
     13