Searched refs:epoxy_has_glx (Results 1 – 6 of 6) sorted by relevance
6 epoxy_has_glx=@epoxy_has_glx@ var
256 AS_IF([test x$build_glx = xyes], [epoxy_has_glx=1], [epoxy_has_glx=0])259 AC_SUBST(epoxy_has_glx) subst
84 epoxy_has_glx = build_glx ? '1' : '0' variable106 'epoxy_has_glx=@0@'.format(epoxy_has_glx),
156 epoxy_has_glx(Display *dpy) in epoxy_has_glx() function
53 EPOXY_PUBLIC bool epoxy_has_glx(Display *dpy);
167 …epoxy/glx.h', dependencies: epoxy_dep) and epoxy_dep.get_pkgconfig_variable('epoxy_has_glx') == '1'