xenocara/dist/libepoxy/epoxy.pc.in

17 lines
358 B
PkgConfig
Raw Normal View History

2015-04-15 01:32:24 -06:00
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
2018-05-25 00:24:59 -06:00
epoxy_has_glx=@epoxy_has_glx@
epoxy_has_egl=@epoxy_has_egl@
epoxy_has_wgl=@epoxy_has_wgl@
2015-04-15 01:32:24 -06:00
Name: epoxy
Description: epoxy GL dispatch Library
Version: @PACKAGE_VERSION@
Cflags: -I${includedir}
Libs: -L${libdir} -lepoxy
Libs.private: @DLOPEN_LIBS@
2018-05-25 00:24:59 -06:00
Requires.private: @GL_REQS@