Julian Viereck
12 years ago
committed by
TJ Holowaychuk
4 changed files with 26 additions and 12 deletions
@ -0,0 +1,6 @@ |
|||
#!/usr/bin/env bash |
|||
|
|||
# Make pkg-config lookup include files from the build directory. |
|||
export PKG_CONFIG_PATH=$(cd "$(dirname "$0")"; pwd)/../build_cairo/lib/pkgconfig; |
|||
|
|||
pkg-config cairo --cflags-only-I | sed s/-I//g |
@ -0,0 +1,6 @@ |
|||
#!/usr/bin/env bash |
|||
|
|||
# Make pkg-config lookup include files from the build directory. |
|||
export PKG_CONFIG_PATH=$(cd "$(dirname "$0")"; pwd)/../build_cairo/lib/pkgconfig; |
|||
|
|||
pkg-config $1 --libs |
Loading…
Reference in new issue