Minor pkgconfig module cleanups (#748)

* pkgconfig: Remove unused function

Leftover copy from modtest

* Add self to authors.txt
pull/754/head
TingPing 8 years ago committed by Jussi Pakkanen
parent c8213aaf1e
commit 0e79664155
  1. 1
      authors.txt
  2. 3
      mesonbuild/modules/pkgconfig.py

@ -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…
Cancel
Save