diff options
author | Tupone Alfredo <tupone@gentoo.org> | 2019-09-10 19:17:00 +0200 |
---|---|---|
committer | Tupone Alfredo <tupone@gentoo.org> | 2019-09-10 19:17:00 +0200 |
commit | 19fd8f929f791c589312f4c54634bfdd6cb41d5f (patch) | |
tree | 2fc487bebb08b7c6c0fed9c57a84a48f478988c8 /media-libs/glm/files | |
parent | dev-python/importlib_metadata: remove old (diff) | |
download | gentoo-19fd8f929f791c589312f4c54634bfdd6cb41d5f.tar.gz gentoo-19fd8f929f791c589312f4c54634bfdd6cb41d5f.tar.bz2 gentoo-19fd8f929f791c589312f4c54634bfdd6cb41d5f.zip |
media-libs/glm: respect EPREFIX
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'media-libs/glm/files')
-rw-r--r-- | media-libs/glm/files/glm.pc.in (renamed from media-libs/glm/files/glm.pc) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/glm/files/glm.pc b/media-libs/glm/files/glm.pc.in index e3bb5acc1aff..fc5c7bb7f90c 100644 --- a/media-libs/glm/files/glm.pc +++ b/media-libs/glm/files/glm.pc.in @@ -1,7 +1,7 @@ -prefix=/usr +prefix=@CMAKE_INSTALL_PREFIX@ includedir=${prefix}/include Name: GLM Description: OpenGL Mathematics -Version: 0.9.9 +Version: @GLM_VERSION@ Cflags: -I${includedir} |