diff options
author | Aaron Small <a.small@unb.ca> | 2017-04-09 11:54:20 -0400 |
---|---|---|
committer | Aaron Small <a.small@unb.ca> | 2017-04-09 11:54:20 -0400 |
commit | 98a0f3ea408df1f034e6b70fc89c33604c0fff5d (patch) | |
tree | e9d8fe68056a56a9e8f31f9ad54625916b091627 /run_unittests.py | |
parent | 76c8491d770d558d4140789e01a9cb74701600ff (diff) | |
download | meson-98a0f3ea408df1f034e6b70fc89c33604c0fff5d.zip meson-98a0f3ea408df1f034e6b70fc89c33604c0fff5d.tar.gz meson-98a0f3ea408df1f034e6b70fc89c33604c0fff5d.tar.bz2 |
Rename the pkgconfig method to pkg-config
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-x | run_unittests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_unittests.py b/run_unittests.py index 6b2a680..72e74f1 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -1121,7 +1121,7 @@ class LinuxlikeTests(BasePlatformTests): if qt4 != 0 or qt5 != 0: raise unittest.SkipTest('Qt not found with pkg-config') testdir = os.path.join(self.framework_test_dir, '4 qt') - self.init(testdir, ['-Dmethod=pkgconfig']) + self.init(testdir, ['-Dmethod=pkg-config']) # Confirm that the dependency was found with qmake msg = 'Qt4 native `pkg-config` dependency (modules: Core, Gui) found: YES\n' msg2 = 'Qt5 native `pkg-config` dependency (modules: Core, Gui) found: YES\n' |