Home
last modified time | relevance | path

Searched refs:_pkg_config (Results 1 – 24 of 24) sorted by relevance

/dports/devel/p5-FFI-Platypus/FFI-Platypus-1.56/inc/Alien/FFI/
H A Dpkgconfig.pm23 sub _pkg_config subroutine
67 $exists = !!eval { _pkg_config('--exists', 'libffi'); 1 };
74 $version = _pkg_config('--modversion', 'libffi');
91 $cflags = _pkg_config('--cflags', 'libffi');
101 $libs = _pkg_config('--libs', 'libffi');
/dports/graphics/seexpr/seexpr-3.4.4.0/src/build/
H A Dbuild-info61 pkg_cfg = pyqtconfig._pkg_config
72 pkg_cfg = pyqtconfig._pkg_config
77 pkg_cfg = sipconfig._pkg_config
/dports/shells/bash-completion/bash-completion-2.11/completions/
H A Dpkg-config3 _pkg_config()
43 complete -F _pkg_config pkg-config
/dports/graphics/py-pygraphviz/pygraphviz-1.6/
H A Dsetup_extra.py59 def _pkg_config(): function
158 include_dirs, library_dirs = _try_configure(include_dirs, library_dirs, _pkg_config)
/dports/multimedia/mencoder/mplayer-export-2021-12-29/
H A Dconfigure4674 _pkg_config=pkg-config
4677 _pkg_config="$_pkg_config --static"
4681 _pkg_config=false
4689 if $_pkg_config --exists gnutls ; then
6737 elif $_pkg_config --exists enca; then
7148 if $_pkg_config --exists 'opus' ; then
7194 if $_pkg_config --exists libbs2b ; then
7196 ld_tmp=$($_pkg_config --libs libbs2b)
7394 ld_tmp=$($_pkg_config --libs librtmp)
7405 if $_pkg_config --exists librtmp; then
[all …]
/dports/multimedia/mplayer/mplayer-export-2021-12-29/
H A Dconfigure4674 _pkg_config=pkg-config
4677 _pkg_config="$_pkg_config --static"
4681 _pkg_config=false
4689 if $_pkg_config --exists gnutls ; then
6737 elif $_pkg_config --exists enca; then
7148 if $_pkg_config --exists 'opus' ; then
7194 if $_pkg_config --exists libbs2b ; then
7196 ld_tmp=$($_pkg_config --libs libbs2b)
7394 ld_tmp=$($_pkg_config --libs librtmp)
7405 if $_pkg_config --exists librtmp; then
[all …]
/dports/devel/kf5-extra-cmake-modules/extra-cmake-modules-5.89.0/modules/
H A DECMFindModuleHelpers.cmake62 If SKIP_PKG_CONFIG, the <name>_<component>_pkg_config variable is set, and
64 <name>_<component>_pkg_config will be searched for and used to help locate the
207 if(NOT ECM_FPWC_SKIP_PKG_CONFIG AND ${module_name}_${ecm_fpwc_comp}_pkg_config)
209 ${${module_name}_${ecm_fpwc_comp}_pkg_config})
/dports/deskutils/maliit-framework/framework-2.1.1/cmake/
H A DECMFindModuleHelpers.cmake58 # If SKIP_PKG_CONFIG, the <name>_<component>_pkg_config variable is set, and
60 # <name>_<component>_pkg_config will be searched for and used to help locate the
207 if(NOT ECM_FPWC_SKIP_PKG_CONFIG AND ${module_name}_${ecm_fpwc_comp}_pkg_config)
209 ${${module_name}_${ecm_fpwc_comp}_pkg_config})
H A DFindWayland.cmake73 set(Wayland_${_comp}_pkg_config "wayland-${_lc_comp}")
/dports/deskutils/nextcloudclient/desktop-3.4.1/cmake/modules/
H A DECMFindModuleHelpers.cmake58 # If SKIP_PKG_CONFIG, the <name>_<component>_pkg_config variable is set, and
60 # <name>_<component>_pkg_config will be searched for and used to help locate the
228 if(NOT ECM_FPWC_SKIP_PKG_CONFIG AND ${module_name}_${ecm_fpwc_comp}_pkg_config)
230 ${${module_name}_${ecm_fpwc_comp}_pkg_config})
/dports/devel/lxqt-build-tools/lxqt-build-tools-0.10.0/cmake/modules/
H A DECMFindModuleHelpers.cmake58 # If SKIP_PKG_CONFIG, the <name>_<component>_pkg_config variable is set, and
60 # <name>_<component>_pkg_config will be searched for and used to help locate the
228 if(NOT ECM_FPWC_SKIP_PKG_CONFIG AND ${module_name}_${ecm_fpwc_comp}_pkg_config)
230 ${${module_name}_${ecm_fpwc_comp}_pkg_config})
/dports/devel/gammaray/GammaRay-2.11.3/cmake/
H A DECMFindModuleHelpers.cmake58 # If SKIP_PKG_CONFIG, the <name>_<component>_pkg_config variable is set, and
60 # <name>_<component>_pkg_config will be searched for and used to help locate the
228 if(NOT ECM_FPWC_SKIP_PKG_CONFIG AND ${module_name}_${ecm_fpwc_comp}_pkg_config)
230 ${${module_name}_${ecm_fpwc_comp}_pkg_config})
H A DFindWayland.cmake91 set(Wayland_${_comp}_pkg_config "wayland-${_lc_comp}")
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/depends/target/pythonmodule-pil/
H A Dpillow-crosscompile.patch5 pkg_config = _pkg_config
/dports/games/scummvm-tools/scummvm-tools-2.5.0/
H A Dconfigure1484 _pkg_config=no
1485 command -v $_pkgconfig >/dev/null 2>&1 && _pkg_config=yes
1486 echo "$_pkg_config"
1488 if test "$_pkg_config" = yes && test -n "$_host" && test -z "$PKG_CONFIG_LIBDIR"; then
1593 if test "$_pkg_config" = "yes" && $_pkgconfig --exists libpng; then
1649 if test "$_pkg_config" = "yes" && $_pkgconfig --exists freetype2; then
/dports/devel/py-tables/tables-3.6.1/
H A Dsetup.py238 def _pkg_config(self, flags): member in BasePackage
273 pkgconfig_header_dirs = self._pkg_config('--cflags')
283 pkgconfig_library_dirs = self._pkg_config('--libs-only-L')
/dports/archivers/vbz-compression/vbz_compression-1.0.1/cmake/
H A DONTFindModuleHelpers.cmake185 if(NOT _ONT_FPWC_SKIP_PKG_CONFIG AND ${module_name}_${_comp}_pkg_config)
187 ${${module_name}_${_comp}_pkg_config})
/dports/games/scummvm/scummvm-2.5.1/
H A Dconfigure3802 _pkg_config=no
3803 command -v $_pkgconfig >/dev/null 2>&1 && _pkg_config=yes
3804 echo "$_pkg_config"
3867 if test "$_pkg_config" = "yes" && $_pkgconfig --exists SDL2_net; then
3876 if test "$_pkg_config" = "yes" && $_pkgconfig --exists SDL_net; then
4585 if test "$_pkg_config" = "yes" && $_pkgconfig --exists libpng; then
4616 if test "$_pkg_config" = "yes" && $_pkgconfig --exists libgif; then
5186 if test "$_unix" = no || test "$_taskbar" = no || test "$_pkg_config" = no; then
5227 if test "$_unix" = no || test "$_dialogs" = no || test "$_pkg_config" = no; then
5273 if test "$_pkg_config" = "yes" && $_pkgconfig --exists freetype2; then
[all …]
/dports/devel/kf5-extra-cmake-modules/extra-cmake-modules-5.89.0/find-modules/
H A DFindPoppler.cmake68 set(Poppler_${_comp}_pkg_config "poppler-${_lc_comp}")
H A DFindWayland.cmake72 set(Wayland_${_comp}_pkg_config "wayland-${_lc_comp}")
H A DFindXCB.cmake119 set(XCB_${_comp}_pkg_config "xcb-${_lc_comp}")
/dports/games/libretro-scummvm/scummvm-7b1e929/
H A Dconfigure3762 _pkg_config=no
3763 command -v $_pkgconfig >/dev/null 2>&1 && _pkg_config=yes
3764 echo "$_pkg_config"
3766 if test "$_pkg_config" = yes && test -n "$_host" && test -z "$PKG_CONFIG_LIBDIR"; then
3827 if test "$_pkg_config" = "yes" && $_pkgconfig --exists SDL2_net; then
3836 if test "$_pkg_config" = "yes" && $_pkgconfig --exists SDL_net; then
4537 if test "$_pkg_config" = "yes" && $_pkgconfig --exists libpng; then
5058 if test "$_unix" = no || test "$_taskbar" = no || test "$_pkg_config" = no; then
5104 if test "$_pkg_config" = "yes" && $_pkgconfig --exists freetype2; then
/dports/shells/bash/bash-5.1/examples/complete/
H A Dbash_completion8291 _pkg_config()
8313 complete -F _pkg_config pkg-config
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Python3/
H A Deric6.api12263 eric6.eric6config._pkg_config?8