diff options
author | Tupone Alfredo <tupone@gentoo.org> | 2019-09-10 08:47:50 +0200 |
---|---|---|
committer | Tupone Alfredo <tupone@gentoo.org> | 2019-09-10 08:47:50 +0200 |
commit | 4524f4ea0d795dc109c5499f471160b2e7d9d338 (patch) | |
tree | 45fb8da67dd73424a004238f64c1a1e48fe3089d /media-libs/glm/files | |
parent | dev-ruby/rex-text: add 0.2.23 (diff) | |
download | gentoo-4524f4ea0d795dc109c5499f471160b2e7d9d338.tar.gz gentoo-4524f4ea0d795dc109c5499f471160b2e7d9d338.tar.bz2 gentoo-4524f4ea0d795dc109c5499f471160b2e7d9d338.zip |
media-libs/glm: re-add glm.pc
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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/media-libs/glm/files/glm.pc b/media-libs/glm/files/glm.pc new file mode 100644 index 000000000000..e3bb5acc1aff --- /dev/null +++ b/media-libs/glm/files/glm.pc @@ -0,0 +1,7 @@ +prefix=/usr +includedir=${prefix}/include + +Name: GLM +Description: OpenGL Mathematics +Version: 0.9.9 +Cflags: -I${includedir} |