| /xsrc/external/mit/fontconfig/dist/m4/ |
| H A D | pkg.m4 | 0 # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- 2 # serial 1 (pkg-config-0.24) 31 AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) 32 AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path]) 33 AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path]) 36 AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) 40 AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) 108 AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl 109 AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg [all...] |
| /xsrc/external/mit/freetype/dist/builds/unix/ |
| H A D | pkg.m4 | 0 # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- 2 # serial 1 (pkg-config-0.24) 31 AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) 32 AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path]) 33 AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path]) 36 AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) 40 AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) 108 AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl 109 AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg [all...] |
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/debian/ |
| H A D | x86_build.sh | 57 # Debian's pkg-config wrapers for mingw are broken, and there's no sign that 60 cat >/usr/local/bin/x86_64-w64-mingw32-pkg-config <<EOF 63 PKG_CONFIG_LIBDIR=/usr/x86_64-w64-mingw32/lib/pkgconfig pkg-config \$@ 65 chmod +x /usr/local/bin/x86_64-w64-mingw32-pkg-config
|
| H A D | arm_build.sh | 45 pkg-config \
|
| H A D | x86_build-base.sh | 60 pkg-config \
|
| /xsrc/external/mit/libXevie/dist/ |
| H A D | configure.ac | 20 # Checks for pkg-config packages
|
| /xsrc/external/mit/font-util/dist/ |
| H A D | README.md | 5 package, it will be recorded in the fontutil pkg-config file to be used
|
| /xsrc/external/mit/libXxf86misc/dist/ |
| H A D | configure.ac | 23 # Checks for pkg-config packages
|
| /xsrc/external/mit/glu/dist/ |
| H A D | configure.ac | 53 dnl Make sure the pkg-config macros are defined 55 [m4_fatal([Could not locate the pkg-config autoconf macros. 56 These are usually located in /usr/share/aclocal/pkg.m4. If your macros 73 dnl Get the pkg-config definitions for libglvnd/OSMesa/libGL. We include a
|
| /xsrc/external/mit/glw/dist/ |
| H A D | configure.ac | 40 dnl Make sure the pkg-config macros are defined 42 [m4_fatal([Could not locate the pkg-config autoconf macros. 43 These are usually located in /usr/share/aclocal/pkg.m4. If your macros 55 dnl Get the pkg-config definitions for libGL. We include a fallback
|
| /xsrc/external/mit/xf86-video-imstt/dist/ |
| H A D | configure.ac | 54 # Checks for pkg-config packages 56 sdkdir=$(pkg-config --variable=sdkdir xorg-server)
|
| /xsrc/external/mit/xdriinfo/dist/ |
| H A D | configure.ac | 39 # Checks for pkg-config packages 42 # Checks for non-pkg-config packages (Mesa or vendor OpenGL)
|
| /xsrc/external/mit/xf86-video-nsc/dist/ |
| H A D | configure.ac | 58 # Checks for pkg-config packages 60 sdkdir=$(pkg-config --variable=sdkdir xorg-server)
|
| /xsrc/external/mit/xterm/dist/package/pkgsrc/ |
| H A D | Makefile | 14 USE_TOOLS+= tbl pkg-config 64 .include "../../mk/bsd.pkg.mk"
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/m4/ |
| H A D | ltoptions.m4 | 176 for pkg in $enableval; do 178 if test "X$pkg" = "X$p"; then 230 for pkg in $enableval; do 232 if test "X$pkg" = "X$p"; then 284 for pkg in $enableval; do 286 if test "X$pkg" = "X$p"; then
|
| /xsrc/external/mit/xf86-video-intel-old/dist/m4/ |
| H A D | ltoptions.m4 | 175 for pkg in $enableval; do 177 if test "X$pkg" = "X$p"; then 229 for pkg in $enableval; do 231 if test "X$pkg" = "X$p"; then 283 for pkg in $enableval; do 285 if test "X$pkg" = "X$p"; then
|
| /xsrc/external/mit/xorg-server.old/dist/m4/ |
| H A D | ltoptions.m4 | 176 for pkg in $enableval; do 178 if test "X$pkg" = "X$p"; then 230 for pkg in $enableval; do 232 if test "X$pkg" = "X$p"; then 284 for pkg in $enableval; do 286 if test "X$pkg" = "X$p"; then
|
| /xsrc/external/mit/mesa-demos/dist/ |
| H A D | aclocal.m4 | 23 dnl pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- 24 dnl serial 11 (pkg-config-0.29) 54 dnl Verify that the version of the pkg-config macros are at least 56 dnl installed version of pkg-config, this checks the developer's version 57 dnl of pkg.m4 when generating configure. 61 dnl [m4_fatal([must install pkg-config 0.29 or later before running autoconf/autogen])]) 68 [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])]) 75 dnl Search for the pkg-config tool and set the PKG_CONFIG variable to 76 dnl first found in the path. Checks that the version of pkg [all...] |
| /xsrc/external/mit/xlogo/dist/ |
| H A D | configure.ac | 42 # Base set of required pkg-config packages 45 # Ensure pkg-config is initialized, since first call to macros is conditional
|
| /xsrc/external/mit/xf86-input-elographics/dist/ |
| H A D | configure.ac | 59 # Checks for pkg-config packages 61 sdkdir=$(pkg-config --variable=sdkdir xorg-server)
|
| /xsrc/external/mit/xhost/dist/ |
| H A D | configure.ac | 24 # Checks for pkg-config packages
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | install.rst | 226 6. Building OpenGL programs with pkg-config 230 the pkg-config utility. 232 When compiling your OpenGL application you can use pkg-config to 239 gcc `pkg-config --cflags --libs glut` mydemo.c -o mydemo
|
| /xsrc/external/mit/xsetmode/dist/ |
| H A D | configure.ac | 34 # Checks for pkg-config packages
|
| /xsrc/external/mit/xsetpointer/dist/ |
| H A D | configure.ac | 34 # Checks for pkg-config packages
|
| /xsrc/external/mit/xtrans/dist/ |
| H A D | README.md | 13 $(prefix)/include/X11/Xtrans and installs a pkg-config file and an
|