ocarina/libsaria/Sconscript
Bryan Schumaker fbcc660bd6 build: Create a configuration script
Users set values here to be used by the build system.

Signed-off-by: Bryan Schumaker <bjschuma@gmail.com>
2012-05-28 11:34:37 -04:00

10 lines
288 B
Python

#!/usr/bin/python
import config
config.env.ParseConfig('pkg-config --cflags --libs gstreamer-0.10')
config.env.ParseConfig('pkg-config --cflags --libs gstreamer-interfaces-0.10')
config.env.ParseConfig('pkg-config --cflags --libs taglib')
files = config.get_cpp_files()
Return('files')