diff options
-rw-r--r-- | authors.txt | 1 | ||||
-rw-r--r-- | mesonbuild/modules/pkgconfig.py | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/authors.txt b/authors.txt index ddccebc..734d7df 100644 --- a/authors.txt +++ b/authors.txt @@ -42,3 +42,4 @@ Zhe Wang Wim Taymans Matthias Klumpp Elliott Sales de Andrade +Patrick Griffis diff --git a/mesonbuild/modules/pkgconfig.py b/mesonbuild/modules/pkgconfig.py index 29e2847..9f6fc07 100644 --- a/mesonbuild/modules/pkgconfig.py +++ b/mesonbuild/modules/pkgconfig.py @@ -18,9 +18,6 @@ import os class PkgConfigModule: - def print_hello(self, state, args, kwargs): - print('Hello from a Meson module') - def generate_pkgconfig_file(self, state, libraries, subdirs, name, description, version, filebase, pub_reqs, priv_reqs, priv_libs): coredata = state.environment.get_coredata() |