Files
upm/src
Jon Trulson 3810e7f2cb pkgconfig.in: allow a module to specify dependencies on another module
This patch adds the

Requires: @reqlibname@

and

Requires.private: @reqplibname@

clauses to the src/pkgconfig.in file.

This allows a UPM module to declare a dependency on another module
with a line of the form:

set (reqlibname "upm-somelib")
and/or
set (reqplibname "upm-somelib")

to the CMakeLists.txt file.

Signed-off-by: Jon Trulson <jtrulson@ics.com>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
2015-03-09 16:25:24 -07:00
..
2015-01-13 13:29:08 -08:00
2015-01-20 16:26:03 -08:00
2015-01-09 16:42:01 -08:00
2015-01-14 17:24:42 -08:00
2015-01-16 12:27:39 -08:00
2014-11-25 20:37:14 +00:00
2015-01-16 13:19:02 -08:00
2015-02-25 09:21:43 -08:00
2015-02-25 09:29:39 -08:00
2015-01-19 10:05:18 -08:00
2015-01-29 16:57:09 -08:00
2014-09-22 16:37:36 +01:00
2014-09-22 16:37:36 +01:00
2015-01-16 16:00:41 -08:00
2015-03-04 11:26:23 -08:00