You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/opengl-apple/files/gl.pc

12 lines
291 B

prefix=@GENTOO_PORTAGE_EPREFIX@/usr
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include
Name: gl
Description: Apple OpenGL library
Version: 1.0.0
# media-libs/opengl-apple provides symlinks to /.../X11/lib/libGL.?.?.dylib
Libs: -L${libdir} -lGL
Cflags: -I${includedir}