Home
last modified time | relevance | path

Searched refs:check_pkgconfig (Results 1 – 20 of 20) sorted by relevance

/dports/audio/cmus/cmus-2.9.1/scripts/
H A Dchecks.sh269 check_pkgconfig() function
338 check_pkgconfig
/dports/audio/siren/siren-0.9/
H A Dconfigure67 check_pkgconfig()
90 check_pkgconfig $pkg || return 1
/dports/sysutils/rmlint/rmlint-2.10.1-11-ga726d0cb/
H A DSConstruct59 def check_pkgconfig(context, version):
560 'check_pkgconfig': check_pkgconfig,
589 conf.check_pkgconfig('0.15.0')
/dports/emulators/qemu/qemu-6.2.0/meson/mesonbuild/dependencies/
H A Dpkgconfig.py58 version_if_ok = self.check_pkgconfig(potential_pkgbin)
427 def check_pkgconfig(self, pkgbin: ExternalProgram) -> T.Optional[str]:
/dports/devel/meson/meson-0.60.3/mesonbuild/dependencies/
H A Dpkgconfig.py58 version_if_ok = self.check_pkgconfig(potential_pkgbin)
422 def check_pkgconfig(self, pkgbin: ExternalProgram) -> T.Optional[str]: member in PkgConfigDependency
/dports/devel/meson/stage/usr/local/lib/python3.8/site-packages/mesonbuild/dependencies/
H A Dpkgconfig.py58 version_if_ok = self.check_pkgconfig(potential_pkgbin)
422 def check_pkgconfig(self, pkgbin: ExternalProgram) -> T.Optional[str]: member in PkgConfigDependency
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/mesonbuild/dependencies/
H A Dpkgconfig.py58 version_if_ok = self.check_pkgconfig(potential_pkgbin)
422 def check_pkgconfig(self, pkgbin: ExternalProgram) -> T.Optional[str]: member in PkgConfigDependency
/dports/devel/meson/meson-0.60.3/build/lib/mesonbuild/dependencies/
H A Dpkgconfig.py58 version_if_ok = self.check_pkgconfig(potential_pkgbin)
422 def check_pkgconfig(self, pkgbin: ExternalProgram) -> T.Optional[str]: member in PkgConfigDependency
/dports/net/py-pyzmq/pyzmq-22.3.0/
H A Dsetup.py195 def check_pkgconfig(): function
305 pkgcfginfo = check_pkgconfig()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/unittests/
H A Dinternaltests.py628 old_check = PkgConfigDependency.check_pkgconfig
630 PkgConfigDependency.check_pkgconfig = lambda x, _: pkgbin
650 PkgConfigDependency.check_pkgconfig = old_check
/dports/devel/meson/meson-0.60.3/unittests/
H A Dinternaltests.py628 old_check = PkgConfigDependency.check_pkgconfig
630 PkgConfigDependency.check_pkgconfig = lambda x, _: pkgbin
650 PkgConfigDependency.check_pkgconfig = old_check
H A Dlinuxliketests.py160 if version_compare(libhello_nolib.check_pkgconfig(libhello_nolib.pkgbin),">=0.29.1"):
H A Dlinuxliketests.py.orig160 if version_compare(libhello_nolib.check_pkgconfig(libhello_nolib.pkgbin),">=0.29.1"):
/dports/emulators/qemu60/qemu-6.0.0/meson/mesonbuild/dependencies/
H A Dbase.py584 version_if_ok = self.check_pkgconfig(potential_pkgbin)
919 def check_pkgconfig(self, pkgbin): member in PkgConfigDependency
/dports/emulators/qemu5/qemu-5.2.0/meson/mesonbuild/dependencies/
H A Dbase.py584 version_if_ok = self.check_pkgconfig(potential_pkgbin)
919 def check_pkgconfig(self, pkgbin): member in PkgConfigDependency
/dports/textproc/source-highlight/source-highlight-3.1.9/tests/
H A DMakefile.am457 check_pkgconfig \
780 check_pkgconfig: target
H A DMakefile.in1492 check_pkgconfig \
1815 check_pkgconfig:
/dports/emulators/qemu60/qemu-6.0.0/meson/
H A Drun_unittests.py892 old_check = PkgConfigDependency.check_pkgconfig
894 PkgConfigDependency.check_pkgconfig = lambda x, _: pkgbin
914 PkgConfigDependency.check_pkgconfig = old_check
/dports/emulators/qemu5/qemu-5.2.0/meson/
H A Drun_unittests.py892 old_check = PkgConfigDependency.check_pkgconfig
894 PkgConfigDependency.check_pkgconfig = lambda x, _: pkgbin
914 PkgConfigDependency.check_pkgconfig = old_check
/dports/emulators/qemu/qemu-6.2.0/meson/
H A Drun_unittests.py915 old_check = PkgConfigDependency.check_pkgconfig
917 PkgConfigDependency.check_pkgconfig = lambda x, _: pkgbin
937 PkgConfigDependency.check_pkgconfig = old_check