buildroot/package/eigen
Matt Flax e477dc19b5 eigen: Fix pkg-config file prefix error
eigen generates	a pkg-config file which	has a broken prefix
(@CMAKE_INSTALL_PREFIX@).  This broken prefix causes an incorrect path when
other packages call pkg-config --cflags eigen.

This patch fixes the prefix in the generated eigen pc file, so projects
which depend on this pc file can now correctly find the eigen include
directory at build time.

Also correct the Cflags output to use the runtime prefix instead of the
build time STAGING_DIR, like we do elsewhere.

[Peter: drop backslashes, tweak commit message]
Signed-off-by: Matt Flax <flatmax@flatmax.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2018-08-17 19:20:23 +02:00
..
Config.in package/e*: fix wrapping of Config.in help text 2017-07-31 19:08:47 +02:00
eigen.hash eigen: bump to version 3.3.4 2017-10-07 23:15:16 +02:00
eigen.mk eigen: Fix pkg-config file prefix error 2018-08-17 19:20:23 +02:00