add pkg-config to linux - trying to get travis-ci to build

This commit is contained in:
Peter Braden 2012-09-24 12:56:16 -07:00
parent 8037d68386
commit f74971be01

View File

@ -32,7 +32,7 @@
, 'cflags_cc!': [ '-fno-rtti', '-fno-exceptions']
}]
, ['OS=="linux"', {
'cflags': ['-ldl', '-Wall']
'cflags': ['-ldl', '-Wall', '<!@(pkg-config --cflags opencv)']
, 'cflags!' : ['-fno-exceptions']
, 'cflags_cc!' : ['-fno-rtti', '-fno-exceptions']