Skip to content

Commit

Permalink
media-libs/glm: re-add glm.pc
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Alfredo Tupone <[email protected]>
  • Loading branch information
atupone committed Sep 10, 2019
1 parent c3e944e commit 4524f4e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions media-libs/glm/files/glm.pc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
prefix=/usr
includedir=${prefix}/include

Name: GLM
Description: OpenGL Mathematics
Version: 0.9.9
Cflags: -I${includedir}
2 changes: 2 additions & 0 deletions media-libs/glm/glm-0.9.9.6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@ src_configure() {
src_install() {
doheader -r glm
dodoc -r *md doc/*
insinto /usr/$(get_libdir)/pkgconfig
doins "${FILESDIR}"/glm.pc
}

0 comments on commit 4524f4e

Please sign in to comment.