blob: cdda8d94d246c7b58e720cf663e6eeb509a4656c [file] [log] [blame]
Eric Anholta909eb42013-09-19 09:50:49 -07001prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
Emmanuele Bassi7b52d332017-02-06 14:49:21 +00006epoxy_has_glx=@epoxy_has_glx@
7epoxy_has_egl=@epoxy_has_egl@
8epoxy_has_wgl=@epoxy_has_wgl@
9
Eric Anholta909eb42013-09-19 09:50:49 -070010Name: epoxy
11Description: epoxy GL dispatch Library
12Version: @PACKAGE_VERSION@
13Cflags: -I${includedir}
14Libs: -L${libdir} -lepoxy
Eric Anholtf6e91a72014-01-30 12:08:57 -080015Libs.private: @DLOPEN_LIBS@
Emmanuele Bassibaa75c42018-02-23 10:52:58 +000016Requires.private: @GL_REQS@