Home | History | Annotate | Download | only in libexif
      1 prefix=@prefix@
      2 exec_prefix=@exec_prefix@
      3 libdir=@libdir@
      4 includedir=@includedir@
      5 
      6 Name: libexif
      7 Description: Library for easy access to EXIF data
      8 Requires:
      9 Version: @VERSION@
     10 Libs: -L${libdir} -lexif
     11 Libs.private: -lm
     12 Cflags: -I${includedir}
     13