Minor pkgconfig module cleanups (#748)
* pkgconfig: Remove unused function Leftover copy from modtest * Add self to authors.txt
This commit is contained in:
parent
c8213aaf1e
commit
0e79664155
|
@ -42,3 +42,4 @@ Zhe Wang
|
|||
Wim Taymans
|
||||
Matthias Klumpp
|
||||
Elliott Sales de Andrade
|
||||
Patrick Griffis
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue