summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-07-02 16:08:33 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-07-02 16:08:33 +0000
commit6e614ae3bfecf157149e651e49b92dc04cf4cda6 (patch)
tree1e79a2cb956985f209ffdf2a3c23387f34a38f73 /SConstruct
parenta73d15e9897e8f9cd263bf05514cc3b3124a2125 (diff)
build now needs gio
git-svn-id: svn://localhost/ardour2/branches/3.0@5307 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 4 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 13ea90441a..1d14681147 100644
--- a/SConstruct
+++ b/SConstruct
@@ -606,6 +606,10 @@ libraries['glib2'].ParseConfig ('pkg-config --cflags --libs gobject-2.0')
libraries['glib2'].ParseConfig ('pkg-config --cflags --libs gmodule-2.0')
libraries['glib2'].ParseConfig ('pkg-config --cflags --libs gthread-2.0')
+libraries['gio'] = LibraryInfo()
+libraries['gio'].ParseConfig('pkg-config --cflags --libs gio-2.0')
+libraries['gio'].ParseConfig('pkg-config --cflags --libs gio-unix-2.0')
+
libraries['freetype2'] = LibraryInfo()
libraries['freetype2'].ParseConfig ('pkg-config --cflags --libs freetype2')