]> git.pld-linux.org Git - packages/wxWidgets.git/commitdiff
- use pkg-config to find missing libraries
authorlisu <lisu@pld-linux.org>
Fri, 25 Feb 2011 10:37:47 +0000 (10:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wxWidgets-link.patch -> 1.1.2.3

wxWidgets-link.patch

index c90bf041c90bdfa796984694e6f049f12a25d8dd..7a27052a11174a48a31f196886057d15a0819f09 100644 (file)
@@ -7,7 +7,7 @@
 -            [wx_has_graphics=1],
 +            [
 +                wx_has_graphics=1
-+                LIBS="$LIBS -lcairo -lpangocairo"
++                LIBS="$LIBS `pkg-config pangocairo --libs`"
 +            ],
              [AC_MSG_WARN([Cairo library not found])]
          )
This page took 0.324683 seconds and 4 git commands to generate.