diff options
author | Tupone Alfredo <tupone@gentoo.org> | 2019-10-29 22:22:04 +0100 |
---|---|---|
committer | Tupone Alfredo <tupone@gentoo.org> | 2019-10-29 22:22:04 +0100 |
commit | 752fa45e66e9f949f62ba9bec05ef4691269c97c (patch) | |
tree | c39883998b2622b5bf1e8dc37c7fad58535ac420 /media-libs/glm/files | |
parent | sci-mathematics/psmt2-frontend: fix make install (diff) | |
download | gentoo-752fa45e66e9f949f62ba9bec05ef4691269c97c.tar.gz gentoo-752fa45e66e9f949f62ba9bec05ef4691269c97c.tar.bz2 gentoo-752fa45e66e9f949f62ba9bec05ef4691269c97c.zip |
media-libs/glm: revert to cmake install
Closes: https://bugs.gentoo.org/695648
Package-Manager: Portage-2.3.76, 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 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/media-libs/glm/files/glm.pc.in b/media-libs/glm/files/glm.pc.in deleted file mode 100644 index fc5c7bb7f90c..000000000000 --- a/media-libs/glm/files/glm.pc.in +++ /dev/null @@ -1,7 +0,0 @@ -prefix=@CMAKE_INSTALL_PREFIX@ -includedir=${prefix}/include - -Name: GLM -Description: OpenGL Mathematics -Version: @GLM_VERSION@ -Cflags: -I${includedir} |