diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2015-04-30 12:31:56 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2015-04-30 12:31:56 -0400 |
commit | be8941dc47404534a561ea32fc968df6c44d341c (patch) | |
tree | a7f95aa78e7973b08d8312845399eddb090a0e7c /pangowin32.pc.in | |
parent | 9f00b5319325839ccf377043feaba33635a67d7a (diff) | |
download | pango-be8941dc47404534a561ea32fc968df6c44d341c.tar.gz |
Bug 328141 - Use Requires.private in pkg-config files when appropriate
Clean up our shi^W"stuff". Please confirm I didn't break everything.
Diffstat (limited to 'pangowin32.pc.in')
-rw-r--r-- | pangowin32.pc.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pangowin32.pc.in b/pangowin32.pc.in index 250d935b..4c9b879f 100644 --- a/pangowin32.pc.in +++ b/pangowin32.pc.in @@ -7,5 +7,6 @@ Name: Pango Win32 Description: Win32 GDI font support for Pango Version: @VERSION@ Requires: pango -Libs: -L${libdir} -lpangowin32-@PANGO_API_VERSION@ @WIN32_LIBS@ +Libs: -L${libdir} -lpangowin32-@PANGO_API_VERSION@ +Libs.private: -lgdi32 -lusp10 Cflags: -I${includedir}/pango-1.0 |