summaryrefslogtreecommitdiff
path: root/pygobject-3.0.pc.in
Commit message (Collapse)AuthorAgeFilesLines
* build: remove libdir from the .pc fileChristoph Reiter2018-02-061-1/+0
| | | | | It's unused afaics and in the distutils case we can't replicated what autotools does, so better remove it.
* setup.py: Install the pkg-config fileChristoph Reiter2018-01-251-1/+1
| | | | | | | Skip installation when a wheel is built as it doesn't allow including absolute paths and the .pc does. Remove LIBFFI_PC as it's always the same.
* remove overridesdir from the .pc file and add it to the gi moduleJohn (J5) Palmieri2011-09-151-1/+9
| | | | | | | | | | * having the variable in the .pc file caused issues parallel installing for different versions of python * putting it into the module allows us to give the correct directory based on which version of python you run the script from * access the var as such: import gi installdir = gi._overridesdir
* Remove no longer used variables from pkgconfig filesDieter Verfaillie2011-09-091-4/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=658654
* Install pygobject.h again.Ignacio Casal Quinteiro2011-08-151-3/+3
| | | | This is needed by libpeas.
* up platform version to 3.0John (J5) Palmieri2011-08-111-0/+22
https://bugzilla.gnome.org/show_bug.cgi?id=642048