libglvnd/libglvnd.pc.in
Kyle Brenneman ae89ac2619 EGL: Change the vendor config search paths.
Changed the default vendor config paths to be based on the directory options
for configure. libEGL will now look under the sysconfigdir and datadir paths,
in a "glvnd/egl_vendor.d" subdirectory.

Added the "datadir" variable to the pkg-config file, so that other packages can
find the expected location of the JSON files.
2016-08-31 12:01:00 -06:00

11 lines
226 B
PkgConfig

prefix=@prefix@
includedir=@includedir@
datarootdir=@datarootdir@
datadir=@datadir@
Name: libglvnd
Description: Vendor-neutral OpenGL dispatch library vendor interface
Version: @PACKAGE_VERSION@
Libs:
Cflags: -I${includedir}