Skip to content

Commit

Permalink
Improve maintainability and Requires of pkg-config file
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyM committed Jan 29, 2015
1 parent 4efd180 commit a9f3a96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libideviceactivation-1.0.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: libideviceactivation
Name: @PACKAGE_NAME@
Description: A library to handle activation and deactivation of iOS devices.
Version: @VERSION@
Requires: libplist >= @LIBPLIST_VERSION@ libimobiledevice-1.0 >= @LIBIMOBILEDEVICE_VERSION@ libcurl >= @LIBCURL_VERSION@ libxml-2.0 >= @LIBXML2_VERSION@
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lideviceactivation
Cflags: -I${includedir}

Requires: libplist >= @LIBPLIST_VERSION@ libimobiledevice-1.0 >= @LIBIMOBILEDEVICE_VERSION@
Requires.private: libcurl >= @LIBCURL_VERSION@ libxml-2.0 >= @LIBXML2_VERSION@

0 comments on commit a9f3a96

Please sign in to comment.